1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-26 09:41:40 +03:00
Amit Kapila
2026-01-06 04:13:40 +00:00
parent ae28373602
commit 63ed3bc7f9

View File

@@ -635,7 +635,7 @@ retry:
LWLockAcquire(ReplicationSlotControlLock, LW_SHARED);
/* Check if the slot exits with the given name. */
/* Check if the slot exists with the given name. */
s = SearchNamedReplicationSlot(name, false);
if (s == NULL || !s->in_use)
{