pgsql: Improve logical replication worker log messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve logical replication worker log messages
Date: 2017-05-24 23:00:32
Message-ID: E1dDfGb-0000FY-01@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(dot)mshk(at)gmail(dot)com>

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-05-24 23:55:43 pgsql: Fix table syncing with different column order
Previous Message Robert Haas 2017-05-24 20:46:26 pgsql: Code review of get_qual_for_list.