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

Commit1bd3842

Browse files
committed
GIN entry pages follow the standard page layout - tell XLogInsert.
The entry B-tree pages all follow the standard page layout. The 9.3 code hasthis right. I inadvertently changed this at some point during the bigrefactorings in git master.
1 parente0c91a7 commit1bd3842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/access/gin/ginentrypage.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,14 +554,14 @@ entryPlaceToPage(GinBtree btree, Buffer buf, GinBtreeStack *stack,
554554
data.offset=off;
555555

556556
rdata[cnt].buffer=buf;
557-
rdata[cnt].buffer_std=false;
557+
rdata[cnt].buffer_std=true;
558558
rdata[cnt].data= (char*)&data;
559559
rdata[cnt].len= offsetof(ginxlogInsertEntry,tuple);
560560
rdata[cnt].next=&rdata[cnt+1];
561561
cnt++;
562562

563563
rdata[cnt].buffer=buf;
564-
rdata[cnt].buffer_std=false;
564+
rdata[cnt].buffer_std=true;
565565
rdata[cnt].data= (char*)insertData->entry;
566566
rdata[cnt].len=IndexTupleSize(insertData->entry);
567567
rdata[cnt].next=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp