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

Commit 8cd33a3

Browse files
committed
do not log forwarded syncpoints
1 parent 5c1cec3 commit 8cd33a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pglogical_apply.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ process_syncpoint(MtmReceiverContext *rctx, const char *msg, XLogRecPtr received
597597
if (origin_node == Mtm->my_node_id)
598598
return;
599599

600-
local_lsn = LogLogicalMessage("S", msg, strlen(msg) + 1, false);
600+
local_lsn = GetXLogInsertRecPtr();
601601
}
602602
else
603603
{

0 commit comments

Comments
 (0)