Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3981c98

Browse files
committed
ReplicationSlotDrop new signature
1 parent 64923c4 commit 3981c98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multimaster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1811,7 +1811,7 @@ static void MtmDropSlot(int nodeId)
18111811
if (MtmTryLockNode(nodeId, LW_EXCLUSIVE))
18121812
{
18131813
MTM_ELOG(INFO, "Drop replication slot for node %d", nodeId);
1814-
ReplicationSlotDrop(psprintf(MULTIMASTER_SLOT_PATTERN, nodeId));
1814+
ReplicationSlotDrop(psprintf(MULTIMASTER_SLOT_PATTERN, nodeId), false);
18151815
MtmUnlockNode(nodeId);
18161816
} else {
18171817
MTM_ELOG(WARNING, "Failed to drop replication slot for node %d", nodeId);

0 commit comments

Comments
 (0)