Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8ab0ef8

Browse files
Revoke incorrectly applied patch version
1 parent9af67b6 commit8ab0ef8

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-
TransactionIdlatestRemovedXid=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)

[8]ページ先頭

©2009-2025 Movatter.jp