[COMMITTERS] pgsql: Remove replication slot name check fromReplicationSlotAcquire()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Remove replication slot name check fromReplicationSlotAcquire()
Дата
Msg-id E1dGsCe-0007Rh-Kz@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove replication slot name check from ReplicationSlotAcquire()

When trying to access a replication slot that is supposed to already
exist, we don't need to check the naming rules again.  If the slot
does not exist, we will then get a "does not exist" error message, which
is generally more useful from the perspective of an end user.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/420a0392ef8fdac3eb6f0a616c136215f7454674

Modified Files
--------------
src/backend/replication/slot.c | 2 --
1 file changed, 2 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Fix signal handling in logical replication workers
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Fix signal handling in logical replication workers