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 e1ca691 commit 2cb5810Copy full SHA for 2cb5810
src/backend/access/heap/heapam.c
@@ -4239,13 +4239,7 @@ heap_xlog_freeze(XLogRecPtr lsn, XLogRecord *record)
4239
* consider the frozen xids as running.
4240
*/
4241
if (InHotStandby)
4242
- {
4243
- TransactionId latestRemovedXid = cutoff_xid;
4244
-
4245
- TransactionIdRetreat(latestRemovedXid);
4246
4247
- ResolveRecoveryConflictWithSnapshot(latestRemovedXid, rnode);
4248
- }
+ ResolveRecoveryConflictWithSnapshot(cutoff_xid, xlrec->node);
4249
4250
/* If we have a full-page image, restore it and we're done */
4251
if (record->xl_info & XLR_BKP_BLOCK(0))
0 commit comments