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 <[email protected]> Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/92ecb148e517704ec945dce513db71fee7790cfd Modified Files -------------- src/backend/replication/logical/launcher.c | 2 +- src/backend/replication/logical/tablesync.c | 5 ++++- src/backend/replication/logical/worker.c | 24 +++++++++++++----------- 3 files changed, 18 insertions(+), 13 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
