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

Commit5e96a7b

Browse files
author
Michael Meskes
committed
Fixed reduce/recuce problem due to CURRENT_P.
1 parent0992259 commit5e96a7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.346 2007/06/1207:55:56 meskes Exp $*/
1+
/* $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/preproc.y,v 1.347 2007/06/1211:32:30 meskes Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -6449,7 +6449,6 @@ ECPGunreserved_con: ABORT_P{ $$ = make_str("abort"); }
64496449
|CREATEROLE{$$ = make_str("createrole"); }
64506450
|CREATEUSER{$$ = make_str("createuser"); }
64516451
|CSV{$$ = make_str("csv"); }
6452-
|CURRENT_P {$$ = make_str("current"); }
64536452
|CURSOR{$$ = make_str("cursor"); }
64546453
|CYCLE{$$ = make_str("cycle"); }
64556454
|DATABASE{$$ = make_str("database"); }
@@ -6752,6 +6751,7 @@ reserved_keyword:
67526751
|COLUMN{$$ = make_str("column"); }
67536752
|CONSTRAINT{$$ = make_str("constraint"); }
67546753
|CREATE{$$ = make_str("create"); }
6754+
|CURRENT_P {$$ = make_str("current"); }
67556755
|CURRENT_DATE{$$ = make_str("current_date"); }
67566756
|CURRENT_TIME{$$ = make_str("current_time"); }
67576757
|CURRENT_TIMESTAMP{$$ = make_str("current_timestamp"); }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp