summaryrefslogtreecommitdiff
path: root/src/include/access/gist.h
diff options
context:
space:
mode:
authorBruce Momjian1997-09-08 20:59:27 +0000
committerBruce Momjian1997-09-08 20:59:27 +0000
commitf3b7f40844a9901a8d5153c6f3f2775388733fda (patch)
treefed23ba35f6594534eed0285040c433cb4814f70 /src/include/access/gist.h
parent9b75a97a4986dfbc63ddf2d3055607b14836195a (diff)
Add typdefs to pgindent run.
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r--src/include/access/gist.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h
index c80d206cb0..5c04951aa4 100644
--- a/src/include/access/gist.h
+++ b/src/include/access/gist.h
@@ -189,7 +189,7 @@ typedef struct intrange
extern void
gistbuild(Relation heap,
Relation index, int natts,
- AttrNumber * attnum, IndexStrategy istrat,
+ AttrNumber *attnum, IndexStrategy istrat,
uint16 pint, Datum * params,
FuncIndexInfo * finfo,
PredInfo * predInfo);