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

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