We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749c7c4 commit ec99dd5Copy full SHA for ec99dd5
src/backend/access/transam/clog.c
@@ -678,10 +678,6 @@ TruncateCLOG(TransactionId oldestXact, Oid oldestxid_datoid)
678
*/
679
AdvanceOldestClogXid(oldestXact);
680
681
- /* vac_truncate_clog already advanced oldestXid */
682
- Assert(TransactionIdPrecedesOrEquals(oldestXact,
683
- ShmemVariableCache->oldestXid));
684
-
685
/*
686
* Write XLOG record and flush XLOG to disk. We record the oldest xid
687
* we're keeping information about here so we can ensure that it's always
0 commit comments