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

Commitcd97f98

Browse files
author
Michael Meskes
committed
Added missing ';'
1 parent19c8dc8 commitcd97f98

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/parser/gram.y

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.633 2008/10/3108:39:20 heikki Exp $
14+
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.634 2008/10/3116:36:13 meskes Exp $
1515
*
1616
* HISTORY
1717
* AUTHORDATEMAJOR EVENT
@@ -6668,12 +6668,13 @@ select_offset_value2:
66686668
row_or_rows:
66696669
ROW{$$ =0; }
66706670
| ROWS{$$ =0; }
6671+
;
66716672

66726673
/* noise words*/
66736674
first_or_next:
66746675
FIRST_P{$$ =0; }
66756676
| NEXT{$$ =0; }
6676-
6677+
;
66776678

66786679
group_clause:
66796680
GROUP_P BY expr_list{$$ =$3; }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp