[COMMITTERS] pgsql: Consistently use subscription name as application name

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Consistently use subscription name as application name
Дата
Msg-id E1dIQRp-0006iG-Od@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Consistently use subscription name as application name

The logical replication apply worker uses the subscription name as
application name, except for table sync.  This was incorrectly set to
use the replication slot name, which might be different, in one case.
Also add a comment why the other case is different.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d4bfc06e292ee2f537f42d4ed216209c4537ee92

Modified Files
--------------
src/backend/replication/logical/tablesync.c | 5 +++++
src/backend/replication/logical/worker.c    | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Filipe Rosset
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Unify SIGHUP handling between normal andwalsender backends.
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: [COMMITTERS] pgsql: Fix double-free bug in GSS authentication.