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

Commitd1944de

Browse files
committed
Move SYMMETRIC/ASYMMETRIC to reserved words to avoid shift/reduce conflicts.
1 parent07b80eb commitd1944de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/backend/parser/gram.y

Lines changed: 3 additions & 3 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.493 2005/06/14 23:47:39 momjian Exp $
14+
* $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.494 2005/06/15 19:44:05 momjian Exp $
1515
*
1616
* HISTORY
1717
* AUTHORDATEMAJOR EVENT
@@ -7750,7 +7750,6 @@ unreserved_keyword:
77507750
| ALTER
77517751
| ASSERTION
77527752
| ASSIGNMENT
7753-
| ASYMMETRIC
77547753
| AT
77557754
| BACKWARD
77567755
| BEFORE
@@ -7897,7 +7896,6 @@ unreserved_keyword:
78977896
| STDIN
78987897
| STDOUT
78997898
| STORAGE
7900-
| SYMMETRIC
79017899
| SYSID
79027900
| STRICT_P
79037901
| TABLESPACE
@@ -8028,6 +8026,7 @@ reserved_keyword:
80288026
| ARRAY
80298027
| AS
80308028
| ASC
8029+
| ASYMMETRIC
80318030
| BOTH
80328031
| CASE
80338032
| CAST
@@ -8079,6 +8078,7 @@ reserved_keyword:
80798078
| SELECT
80808079
| SESSION_USER
80818080
| SOME
8081+
| SYMMETRIC
80828082
| TABLE
80838083
| THEN
80848084
| TO

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp