Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f75d4 commit 199f8f2Copy full SHA for 199f8f2
src/include/access/gist.h
@@ -9,7 +9,7 @@
9
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
10
* Portions Copyright (c) 1994, Regents of the University of California
11
*
12
- * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.52 2006/03/05 15:58:53 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.53 2006/06/25 01:02:12 momjian Exp $
13
14
*-------------------------------------------------------------------------
15
*/
@@ -142,7 +142,7 @@ typedef struct
142
GISTENTRY vector[1];
143
} GistEntryVector;
144
145
-#define GEVHDRSZ (offsetof(GistEntryVector, vector[0]))
+#define GEVHDRSZ (offsetof(GistEntryVector, vector))
146
147
/*
148
* macro to initialize a GISTENTRY
0 commit comments