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 9af67b6 commit 8ab0ef8Copy full SHA for 8ab0ef8
src/backend/access/heap/heapam.c
@@ -7517,13 +7517,7 @@ heap_xlog_freeze_page(XLogRecPtr lsn, XLogRecord *record)
7517
* consider the frozen xids as running.
7518
*/
7519
if (InHotStandby)
7520
- {
7521
- TransactionId latestRemovedXid = cutoff_xid;
7522
-
7523
- TransactionIdRetreat(latestRemovedXid);
7524
7525
- ResolveRecoveryConflictWithSnapshot(latestRemovedXid, rnode);
7526
- }
+ ResolveRecoveryConflictWithSnapshot(cutoff_xid, xlrec->node);
7527
7528
/* If we have a full-page image, restore it and we're done */
7529
if (record->xl_info & XLR_BKP_BLOCK(0))
0 commit comments