]> granicus.if.org Git - postgresql/commit
Improve logical replication worker log messages
authorPeter Eisentraut <peter_e@gmx.net>
Wed, 24 May 2017 22:56:21 +0000 (18:56 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Wed, 24 May 2017 22:57:56 +0000 (18:57 -0400)
commit92ecb148e517704ec945dce513db71fee7790cfd
treef955f56a5ccfba9bd15a4d9d94622ea4073b86c9
parent85c2b9a15a1d667b1e2cd580da8c1d9fef0af1e8
Improve logical replication worker log messages

Reduce some redundant messages to DEBUG1.  Be clearer about the
distinction between apply workers and table synchronization workers.
Add subscription and table name where possible.

Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>
src/backend/replication/logical/launcher.c
src/backend/replication/logical/tablesync.c
src/backend/replication/logical/worker.c