Skip to content

Commit 2cb5810

Browse files
Revoke incorrectly applied patch version
1 parent e1ca691 commit 2cb5810

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/backend/access/heap/heapam.c

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4239,13 +4239,7 @@ heap_xlog_freeze(XLogRecPtr lsn, XLogRecord *record)
42394239
* consider the frozen xids as running.
42404240
*/
42414241
if (InHotStandby)
4242-
{
4243-
TransactionId latestRemovedXid = cutoff_xid;
4244-
4245-
TransactionIdRetreat(latestRemovedXid);
4246-
4247-
ResolveRecoveryConflictWithSnapshot(latestRemovedXid, rnode);
4248-
}
4242+
ResolveRecoveryConflictWithSnapshot(cutoff_xid, xlrec->node);
42494243

42504244
/* If we have a full-page image, restore it and we're done */
42514245
if (record->xl_info & XLR_BKP_BLOCK(0))

0 commit comments

Comments
 (0)