summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
authorBruce Momjian2004-08-29 05:07:03 +0000
committerBruce Momjian2004-08-29 05:07:03 +0000
commit553f27a8368adec5f62207e963f08d47e73dbdc9 (patch)
treeb563582288ca79e4d8ff7b7b18a3e416996347d1 /src/include/access/gist.h
parent22d07c998e406c1282a5099ba2bf73b0480a0f2e (diff)
Pgindent run for 8.0.
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;