[COMMITTERS] pgsql: Remove replication slot name check fromReplicationSlotAcquire() - Mailing list pgsql-committers

From Peter Eisentraut
Subject [COMMITTERS] pgsql: Remove replication slot name check fromReplicationSlotAcquire()
Date
Msg-id E1dGsCe-0007Rh-Kz@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix signal handling in logical replication workers
Next
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Fix signal handling in logical replication workers