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

Commit b4a245b

Browse files
committed
try run over farm without MtmFilterTransaction
1 parent 7fd0b80 commit b4a245b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

multimaster.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3786,6 +3786,10 @@ bool MtmFilterTransaction(char* record, int size)
37863786
default:
37873787
break;
37883788
}
3789+
3790+
// if (event != PGLOGICAL_COMMIT_PREPARED)
3791+
return false;
3792+
37893793
restart_lsn = origin_node == MtmReplicationNodeId ? end_lsn : origin_lsn;
37903794
if (Mtm->nodes[origin_node-1].restartLSN < restart_lsn) {
37913795
MTM_LOG2("[restartlsn] node %d: %llx -> %llx (MtmFilterTransaction)", MtmReplicationNodeId, Mtm->nodes[MtmReplicationNodeId-1].restartLSN, restart_lsn);

0 commit comments

Comments
 (0)