Content-Length: 273642 | pFad | http://github.com/postgrespro/postgres_cluster/commit/b703ded128dcaf526f5855c438d6ff15cfb5ed1d

3D accidental printfs · postgrespro/postgres_cluster@b703ded · GitHub
Skip to content

Commit b703ded

Browse files
committed
accidental printfs
1 parent 3964400 commit b703ded

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/backend/replication/logical/reorderbuffer.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1719,8 +1719,6 @@ ReorderBufferPrepare(ReorderBuffer *rb, TransactionId xid,
17191719
txn->prepared = true;
17201720
strcpy(txn->gid, gid);
17211721

1722-
fprintf(stderr, "ReorderBufferPrepare xid = %d, found = %d\n", xid, txn == NULL ? 42 : txn->prepared);
1723-
17241722
ReorderBufferCommitInternal(txn, rb, xid, commit_lsn, end_lsn,
17251723
commit_time, origen_id, origen_lsn);
17261724
}
@@ -1737,8 +1735,6 @@ ReorderBufferTxnIsPrepared(ReorderBuffer *rb, TransactionId xid)
17371735
txn = ReorderBufferTXNByXid(rb, xid, false, NULL, InvalidXLogRecPtr,
17381736
false);
17391737

1740-
fprintf(stderr, "ReorderBufferTxnIsPrepared xid = %d, found = %d\n", xid, txn == NULL ? 42 : txn->prepared);
1741-
17421738
return txn == NULL ? true : txn->prepared;
17431739
}
17441740

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/b703ded128dcaf526f5855c438d6ff15cfb5ed1d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy