postgresql/src/backend/replication/logical
Tom Lane 6ec4c8584c Reduce log verbosity of startup/shutdown for launcher subprocesses.
There's no really good reason why the autovacuum launcher and logical
replication launcher should announce themselves at startup and shutdown
by default.  Users don't care that those processes exist, and it's
inconsistent that those background processes announce themselves while
others don't.  So, reduce those messages from LOG to DEBUG1 level.

I was sorely tempted to reduce the "starting logical replication worker
for subscription ..." message to DEBUG1 as well, but forebore for now.
Those processes might possibly be of direct interest to users, at least
until logical replication is a lot better shaken out than it is today.

Discussion: https://postgr.es/m/19479.1489121003@sss.pgh.pa.us
2017-03-10 15:18:38 -05:00
..
decode.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
launcher.c Reduce log verbosity of startup/shutdown for launcher subprocesses. 2017-03-10 15:18:38 -05:00
logical.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
logicalfuncs.c Move some things from builtins.h to new header files 2017-01-20 20:29:53 -05:00
Makefile Logical replication 2017-01-20 09:04:49 -05:00
message.c Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
origin.c Fix typos in comments. 2017-02-06 11:33:58 +02:00
proto.c Fix logical replication with different encodings 2017-02-23 11:29:12 -05:00
relation.c Update copyright years in some recently added files 2017-01-25 12:32:05 -05:00
reorderbuffer.c Use the new "Slab" context for some allocations in reorderbuffer.h. 2017-02-27 03:41:44 -08:00
snapbuild.c Remove useless duplicate inclusions of system header files. 2017-02-25 16:12:55 -05:00
worker.c Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs 2017-03-03 10:47:04 -05:00