diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-11-15 22:25:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-11-15 22:25:18 +0000 |
commit | f6e8730d11ddfc720eda1dde23794d262ad8cc08 (patch) | |
tree | 1fa229dc473a3e7c075099e491d822a4d50e6d0e /contrib/intarray/_int_bool.c | |
parent | da0b2cdff893512e01cd175eb2e0e831d2fa559e (diff) | |
download | postgresql-f6e8730d11ddfc720eda1dde23794d262ad8cc08.tar.gz postgresql-f6e8730d11ddfc720eda1dde23794d262ad8cc08.zip |
Re-run pgindent with updated list of typedefs. (Updated README should
avoid this problem in the future.)
Diffstat (limited to 'contrib/intarray/_int_bool.c')
-rw-r--r-- | contrib/intarray/_int_bool.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/intarray/_int_bool.c b/contrib/intarray/_int_bool.c index 2a9d80bfdbc..2344d0b50be 100644 --- a/contrib/intarray/_int_bool.c +++ b/contrib/intarray/_int_bool.c @@ -36,7 +36,7 @@ typedef struct NODE int4 type; int4 val; struct NODE *next; -} NODE; +} NODE; typedef struct { @@ -226,7 +226,7 @@ typedef struct { int4 *arrb; int4 *arre; -} CHKVAL; +} CHKVAL; /* * is there value 'val' in array or not ? @@ -323,7 +323,7 @@ typedef struct { ITEM *first; bool *mapped_check; -} GinChkVal; +} GinChkVal; static bool checkcondition_gin(void *checkval, ITEM * item) @@ -506,7 +506,7 @@ typedef struct char *buf; char *cur; int4 buflen; -} INFIX; +} INFIX; #define RESIZEBUF(inf,addsize) while( ( (inf)->cur - (inf)->buf ) + (addsize) + 1 >= (inf)->buflen ) { \ int4 len = inf->cur - inf->buf; \ @@ -516,7 +516,7 @@ typedef struct } static void -infix(INFIX * in, bool first) +infix(INFIX *in, bool first) { if (in->curpol->type == VAL) { |