Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 05d9e17

Browse files
Revoke incorrectly applied patch version
1 parent 892a0e4 commit 05d9e17

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
@@ -7064,13 +7064,7 @@ heap_xlog_freeze_page(XLogRecPtr lsn, XLogRecord *record)
70647064
* consider the frozen xids as running.
70657065
*/
70667066
if (InHotStandby)
7067-
{
7068-
TransactionId latestRemovedXid = cutoff_xid;
7069-
7070-
TransactionIdRetreat(latestRemovedXid);
7071-
7072-
ResolveRecoveryConflictWithSnapshot(latestRemovedXid, rnode);
7073-
}
7067+
ResolveRecoveryConflictWithSnapshot(cutoff_xid, xlrec->node);
70747068

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

0 commit comments

Comments
 (0)