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

Commit14f3864

Browse files
author
Alexander Korotkov
committed
Fix WAL records for zeroing 64-bit SLRUs.
1 parenta8d6ebf commit14f3864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/access/transam/multixact.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2556,7 +2556,7 @@ static void
25562556
WriteMZeroPageXlogRec(int64pageno,uint8info)
25572557
{
25582558
XLogBeginInsert();
2559-
XLogRegisterData((char*) (&pageno),sizeof(int));
2559+
XLogRegisterData((char*) (&pageno),sizeof(int64));
25602560
(void)XLogInsert(RM_MULTIXACT_ID,info);
25612561
}
25622562

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp