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

Commit 9e493a8

Browse files
committed
remove old log clutter in DecodeAbort()
1 parent fbbd198 commit 9e493a8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/replication/logical/decode.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -758,10 +758,6 @@ DecodeAbort(LogicalDecodingContext *ctx, XLogRecordBuffer *buf,
758758
* If that is ROLLBACK PREPARED than send that to callbacks.
759759
*/
760760

761-
if (TransactionIdIsValid(parsed->twophase_xid)) {
762-
fprintf(stderr, "(!) db_id=%d, gid=%s\n", parsed->dbId, parsed->twophase_gid);
763-
}
764-
765761
if (TransactionIdIsValid(parsed->twophase_xid)
766762
&& (parsed->dbId == ctx->slot->data.database)) {
767763

0 commit comments

Comments
 (0)