Обсуждение: [COMMITTERS] pgsql: Improve logical replication worker log messages

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Improve logical replication worker log messages

От
Peter Eisentraut
Дата:
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>

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