diff options
author | Bruce Momjian <bruce@momjian.us> | 1997-09-08 20:59:27 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1997-09-08 20:59:27 +0000 |
commit | 075cede74858a9a04e97097b1ccd555121516c20 (patch) | |
tree | d5143a60a71fcaa81e2134cea052717c19fec9b4 /src/include/access/gist.h | |
parent | 4f523a6f92f98e1b10e84b2d5a58b0ac3e2f8c2a (diff) | |
download | postgresql-075cede74858a9a04e97097b1ccd555121516c20.tar.gz postgresql-075cede74858a9a04e97097b1ccd555121516c20.zip |
Add typdefs to pgindent run.
Diffstat (limited to 'src/include/access/gist.h')
-rw-r--r-- | src/include/access/gist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/gist.h b/src/include/access/gist.h index c80d206cb0c..5c04951aa4a 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); |