summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r--src/include/access/gist.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index 106b376629..0ff9e2c098 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -163,8 +163,9 @@ typedef struct GISTENTRY
* methods union andpick split takes it as one of args
*/
-typedef struct {
- int32 n; /* number of elements */
+typedef struct
+{
+ int32 n; /* number of elements */
GISTENTRY vector[1];
} GistEntryVector;