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

Commit bdbe4b2

Browse files
committed
apply filter
1 parent 85e0e79 commit bdbe4b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pglogical_apply.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ process_remote_message(StringInfo s)
463463
* restartLSN without locks
464464
*/
465465
if (origin_node == MtmReplicationNodeId) {
466-
Assert(msg->origin_lsn == INVALID_LSN);
467-
msg->origin_lsn = MtmSenderWalEnd;
466+
// Assert(msg->origin_lsn == INVALID_LSN);
467+
// msg->origin_lsn = MtmSenderWalEnd;
468468
}
469469
MtmRollbackPreparedTransaction(origin_node, msg->gid);
470470
// if (Mtm->nodes[origin_node-1].restartLSN < msg->origin_lsn) {

0 commit comments

Comments
 (0)