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

Commit6a25cd6

Browse files
committed
Attached is a patch which adds 2 missing semi-colons to
bootstrap/bootparse.y, so that recent versions of bison don't emit awarning.Neil Conway
1 parent64839d9 commit6a25cd6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/bootstrap/bootparse.y

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*
1010
*
1111
* IDENTIFICATION
12-
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.42 2002/03/31 06:26:29 tgl Exp $
12+
* $Header: /cvsroot/pgsql/src/backend/bootstrap/bootparse.y,v 1.43 2002/04/01 14:22:41 momjian Exp $
1313
*
1414
*-------------------------------------------------------------------------
1515
*/
@@ -259,6 +259,7 @@ Boot_DeclareUniqueIndexStmt:
259259

260260
Boot_BuildIndsStmt:
261261
XBUILD INDICES{build_indices(); }
262+
;
262263

263264

264265
boot_index_params:
@@ -274,6 +275,7 @@ boot_index_param:
274275
n->class =LexIDStr($2);
275276
$$ = n;
276277
}
278+
;
277279

278280
optbootstrap:
279281
XBOOTSTRAP{ $$ =1; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp