Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d01741b

Browse filesBrowse files
committed
Remove extraneous semicolon --- buildfarm member bear, for one,
objects to it.
1 parent 14572e4 commit d01741b
Copy full SHA for d01741b

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/tsgistidx.c

Copy file name to clipboardExpand all lines: src/backend/utils/adt/tsgistidx.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.1 2007/08/21 01:11:19 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.2 2007/08/21 06:34:42 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -52,7 +52,7 @@ typedef char *BITVECP;
5252

5353
typedef struct
5454
{
55-
int32 vl_len_; /* varlena header (do not touch directly!) */ ;
55+
int32 vl_len_; /* varlena header (do not touch directly!) */
5656
int4 flag;
5757
char data[1];
5858
} SignTSVector;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.