Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit33db855

Browse files
knizhnikkelvich
authored andcommitted
Do not drop slots in wal senders
1 parent7b2a465 commit33db855

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎multimaster.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,9 @@ MtmEndTransaction(MtmCurrentTrans* x, bool commit)
951951
MtmUnlock();
952952
}
953953
MtmResetTransaction(x);
954-
MtmCheckSlots();
954+
if (!MyReplicationSlot) {
955+
MtmCheckSlots();
956+
}
955957
}
956958

957959
voidMtmSendNotificationMessage(MtmTransState*ts,MtmMessageCodecmd)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp