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/ltree/ltxtquery_io.c | |
| parent | da0b2cdff893512e01cd175eb2e0e831d2fa559e (diff) | |
| download | postgresql-f6e8730d11ddfc720eda1dde23794d262ad8cc08.tar.gz | |
Re-run pgindent with updated list of typedefs. (Updated README should
avoid this problem in the future.)
Diffstat (limited to 'contrib/ltree/ltxtquery_io.c')
| -rw-r--r-- | contrib/ltree/ltxtquery_io.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/ltree/ltxtquery_io.c b/contrib/ltree/ltxtquery_io.c index 904d4490dc..6c9a63d5db 100644 --- a/contrib/ltree/ltxtquery_io.c +++ b/contrib/ltree/ltxtquery_io.c @@ -1,7 +1,7 @@ /* * txtquery io * Teodor Sigaev <teodor@stack.net> - * $PostgreSQL: pgsql/contrib/ltree/ltxtquery_io.c,v 1.13 2007/02/28 22:44:38 tgl Exp $ + * $PostgreSQL: pgsql/contrib/ltree/ltxtquery_io.c,v 1.14 2007/11/15 22:25:14 momjian Exp $ */ #include "ltree.h" @@ -32,7 +32,7 @@ typedef struct NODE int2 length; uint16 flag; struct NODE *next; -} NODE; +} NODE; typedef struct { @@ -384,7 +384,7 @@ typedef struct char *cur; char *op; int4 buflen; -} INFIX; +} INFIX; #define RESIZEBUF(inf,addsize) \ while( ( (inf)->cur - (inf)->buf ) + (addsize) + 1 >= (inf)->buflen ) \ @@ -400,7 +400,7 @@ while( ( (inf)->cur - (inf)->buf ) + (addsize) + 1 >= (inf)->buflen ) \ * infix (human-readable) view */ static void -infix(INFIX * in, bool first) +infix(INFIX *in, bool first) { if (in->curpol->type == VAL) { |
