diff options
Diffstat (limited to 'src/include/access/gist.h')
| -rw-r--r-- | src/include/access/gist.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index a7e63ea58e..4bfb542e07 100644 --- a/src/include/access/gist.h +++ b/src/include/access/gist.h @@ -45,13 +45,7 @@ typedef XLogRecPtr GistNSN; typedef struct GISTPageOpaqueData { - uint8 flags; - - /* number page to which current one is splitted in last split */ - uint8 nsplited; - - /* level of page, 0 - leaf */ - uint16 level; + uint32 flags; /* 29 bits are unused for now */ BlockNumber rightlink; /* the only meaning - change this value if |
