Thanks to visit codestin.com Credit goes to github.com
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 892a0e4 commit 05d9e17Copy full SHA for 05d9e17
src/backend/access/heap/heapam.c
@@ -7064,13 +7064,7 @@ heap_xlog_freeze_page(XLogRecPtr lsn, XLogRecord *record)
7064
* consider the frozen xids as running.
7065
*/
7066
if (InHotStandby)
7067
- {
7068
- TransactionId latestRemovedXid = cutoff_xid;
7069
-
7070
- TransactionIdRetreat(latestRemovedXid);
7071
7072
- ResolveRecoveryConflictWithSnapshot(latestRemovedXid, rnode);
7073
- }
+ ResolveRecoveryConflictWithSnapshot(cutoff_xid, xlrec->node);
7074
7075
/* If we have a full-page image, restore it and we're done */
7076
if (record->xl_info & XLR_BKP_BLOCK(0))
0 commit comments