Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd01741b

Browse files
committed
Remove extraneous semicolon --- buildfarm member bear, for one,
objects to it.
1 parent14572e4 commitd01741b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines 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/2101:11:19 tgl Exp $
10+
* $PostgreSQL: pgsql/src/backend/utils/adt/tsgistidx.c,v 1.2 2007/08/2106:34:42 tgl Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -52,7 +52,7 @@ typedef char *BITVECP;
5252

5353
typedefstruct
5454
{
55-
int32vl_len_;/* varlena header (do not touch directly!) */ ;
55+
int32vl_len_;/* varlena header (do not touch directly!) */
5656
int4flag;
5757
chardata[1];
5858
}SignTSVector;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp