mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Remove extraneous semicolon --- buildfarm member bear, for one,
objects to it.
This commit is contained in:
parent
14572e4324
commit
d01741bfa1
@ -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;
|
|||||||
|
|
||||||
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;
|
||||||
|
Loading…
Reference in New Issue
Block a user