projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bfc063
)
Fix GEVHDRSZ for Win32.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 25 Jun 2006 01:02:12 +0000
(
01:02
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 25 Jun 2006 01:02:12 +0000
(
01:02
+0000)
Magnus Hagander
src/include/access/gist.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/gist.h
b/src/include/access/gist.h
index a3ce0ba7407de123b014853801a65713f1e96aa7..dfb328419c12f13bc667b5581dc5754a547e6f05 100644
(file)
--- a/
src/include/access/gist.h
+++ b/
src/include/access/gist.h
@@
-142,7
+142,7
@@
typedef struct
GISTENTRY vector[1];
} GistEntryVector;
-#define GEVHDRSZ (offsetof(GistEntryVector, vector
[0]
))
+#define GEVHDRSZ (offsetof(GistEntryVector, vector))
/*
* macro to initialize a GISTENTRY