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

Commitb0d11dc

Browse files
committed
fix contrib/intarray bug of gist index related to0a59976 'Apply CORE-367-WAL patch' commit
1 parent92d1f9f commitb0d11dc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

‎src/backend/access/gist/gist.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -566,13 +566,8 @@ gistplacetopage(Relation rel, Size freespace, GISTSTATE *giststate,
566566
if (BufferIsValid(leftchildbuf))
567567
{
568568
Pageleftpg=BufferGetPage(leftchildbuf);
569-
XLogRecPtrfakerecptr=InvalidXLogRecPtr;
570-
571-
if (!is_build)
572-
GistPageSetNSN(leftpg,recptr);
573-
else
574-
GistPageSetNSN(leftpg,fakerecptr);
575569

570+
GistPageSetNSN(leftpg,recptr);
576571
GistClearFollowRight(leftpg);
577572
PageSetLSN(leftpg,recptr);
578573
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp