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

Commit634618e

Browse files
committed
Remove dead structs.
These are not used with the new WAL format anymore. GIN split records aresimply always recorded as full-page images.Michael Paquier
1 parent9bb955c commit634618e

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

‎src/include/access/gin_private.h

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -511,34 +511,6 @@ typedef struct ginxlogSplit
511511
#defineGIN_INSERT_ISLEAF0x02/* .. */
512512
#defineGIN_SPLIT_ROOT0x04/* only for split records */
513513

514-
typedefstruct
515-
{
516-
OffsetNumberseparator;
517-
OffsetNumbernitem;
518-
519-
/* FOLLOWS: IndexTuples */
520-
}ginxlogSplitEntry;
521-
522-
typedefstruct
523-
{
524-
uint16lsize;
525-
uint16rsize;
526-
ItemPointerDatalrightbound;/* new right bound of left page */
527-
ItemPointerDatarrightbound;/* new right bound of right page */
528-
529-
/* FOLLOWS: new compressed posting lists of left and right page */
530-
charnewdata[1];
531-
}ginxlogSplitDataLeaf;
532-
533-
typedefstruct
534-
{
535-
OffsetNumberseparator;
536-
OffsetNumbernitem;
537-
ItemPointerDatarightbound;
538-
539-
/* FOLLOWS: array of PostingItems */
540-
}ginxlogSplitDataInternal;
541-
542514
/*
543515
* Vacuum simply WAL-logs the whole page, when anything is modified. This
544516
* functionally identical heap_newpage records, but is kept separate for

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp