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

Commit 8dbd51e

Browse files
committed
remove log message about filtered tx
1 parent 08267a6 commit 8dbd51e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pglogical_proto.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ pglogical_write_begin(StringInfo out, PGLogicalOutputData *data,
112112

113113
if (!isRecovery && csn == INVALID_CSN) {
114114
MtmIsFilteredTxn = true;
115-
MTM_LOG1("MtmIsFilteredTxn");
116115
} else {
117116
pq_sendbyte(out, 'B'); /* BEGIN */
118117
pq_sendint(out, MtmNodeId, 4);

0 commit comments

Comments
 (0)