]> granicus.if.org Git - postgresql/commit
Remove replication slot name check from ReplicationSlotAcquire()
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 30 May 2017 18:57:01 +0000 (14:57 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 2 Jun 2017 19:16:57 +0000 (15:16 -0400)
commit420a0392ef8fdac3eb6f0a616c136215f7454674
tree642f2caeb6b4743f83625cca762e9aeabc692c67
parent9fcf670c2efdf31233d429f557ab77937f0f1e6a
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.
src/backend/replication/slot.c