|
9 | 9 | * Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group |
10 | 10 | * Portions Copyright (c) 1994, Regents of the University of California |
11 | 11 | * |
12 | | - * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.52 2006/03/05 15:58:53 momjian Exp $ |
| 12 | + * $PostgreSQL: pgsql/src/include/access/gist.h,v 1.53 2006/06/25 01:02:12 momjian Exp $ |
13 | 13 | * |
14 | 14 | *------------------------------------------------------------------------- |
15 | 15 | */ |
@@ -142,7 +142,7 @@ typedef struct |
142 | 142 | GISTENTRYvector[1]; |
143 | 143 | }GistEntryVector; |
144 | 144 |
|
145 | | -#defineGEVHDRSZ(offsetof(GistEntryVector, vector[0])) |
| 145 | +#defineGEVHDRSZ(offsetof(GistEntryVector, vector)) |
146 | 146 |
|
147 | 147 | /* |
148 | 148 | * macro to initialize a GISTENTRY |
|