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

Commit05d9e17

Browse files
Revoke incorrectly applied patch version
1 parent892a0e4 commit05d9e17

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

[8]ページ先頭

©2009-2025 Movatter.jp