Skip to content

Commit 8ab0ef8

Browse files
Revoke incorrectly applied patch version
1 parent 9af67b6 commit 8ab0ef8

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
@@ -7517,13 +7517,7 @@ heap_xlog_freeze_page(XLogRecPtr lsn, XLogRecord *record)
75177517
* consider the frozen xids as running.
75187518
*/
75197519
if (InHotStandby)
7520-
{
7521-
TransactionId latestRemovedXid = cutoff_xid;
7522-
7523-
TransactionIdRetreat(latestRemovedXid);
7524-
7525-
ResolveRecoveryConflictWithSnapshot(latestRemovedXid, rnode);
7526-
}
7520+
ResolveRecoveryConflictWithSnapshot(cutoff_xid, xlrec->node);
75277521

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy