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

Commitf8a15f6

Browse files
committed
Add missing semicolon.
1 parent7b85b73 commitf8a15f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/backend/parser/gram.y

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.409 2003/03/27 16:51:28 momjian Exp $
14+
* $Header: /cvsroot/pgsql/src/backend/parser/gram.y,v 2.410 2003/04/01 23:42:55 tgl Exp $
1515
*
1616
* HISTORY
1717
* AUTHORDATEMAJOR EVENT
@@ -4254,6 +4254,7 @@ cursor_options: /*EMPTY*/{ $$ = 0; }
42544254
opt_hold:/* EMPTY*/{ $$ =FALSE; }
42554255
| WITH HOLD{ $$ =TRUE; }
42564256
| WITHOUT HOLD{ $$ =FALSE; }
4257+
;
42574258

42584259
/*****************************************************************************
42594260
*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp