Commit d01741bf authored by Tom Lane's avatar Tom Lane

Remove extraneous semicolon --- buildfarm member bear, for one,

objects to it.
parent 14572e43
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.1 2007/08/21 01:11:19 tgl Exp $ * $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.2 2007/08/21 06:34:42 tgl Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -52,7 +52,7 @@ typedef char *BITVECP; ...@@ -52,7 +52,7 @@ typedef char *BITVECP;
typedef struct typedef struct
{ {
int32 vl_len_; /* varlena header (do not touch directly!) */ ; int32 vl_len_; /* varlena header (do not touch directly!) */
int4 flag; int4 flag;
char data[1]; char data[1];
} SignTSVector; } SignTSVector;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment