Skip to content

Commit 3f7d24d

Browse files
committed
Add missing keywords to gram.y's unreserved_keywords list.
We really need an automated check for this ... and did VALIDATE really need to become a keyword at all, rather than picking some other syntax using existing keywords?
1 parent a2f2165 commit 3f7d24d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/parser/gram.y

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11780,6 +11780,7 @@ unreserved_keyword:
1178011780
| CLASS
1178111781
| CLOSE
1178211782
| CLUSTER
11783+
| COLLATION
1178311784
| COMMENT
1178411785
| COMMENTS
1178511786
| COMMIT
@@ -11994,6 +11995,7 @@ unreserved_keyword:
1199411995
| UPDATE
1199511996
| VACUUM
1199611997
| VALID
11998+
| VALIDATE
1199711999
| VALIDATOR
1199812000
| VALUE_P
1199912001
| VARYING

0 commit comments

Comments
 (0)