projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d8cbeb
)
Add new EVENT keyword to unreserved_keyword production.
author
Tom Lane
Thu, 27 Sep 2012 00:07:36 +0000
(20:07 -0400)
committer
Tom Lane
Thu, 27 Sep 2012 00:07:36 +0000
(20:07 -0400)
Once again, somebody who ought to know better forgot this. We really
need some automated cross-check on the keyword-list productions, I think.
Per report from Brian Weaver.
src/backend/parser/gram.y
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/parser/gram.y
b/src/backend/parser/gram.y
index ec88b7107698e7864e206cf1fc76e000eea12621..ba1490272ff116ac88a3635688dd8c8f7eecf8d3 100644
(file)
--- a/
src/backend/parser/gram.y
+++ b/
src/backend/parser/gram.y
@@
-12444,6
+12444,7
@@
unreserved_keyword:
| ENCRYPTED
| ENUM_P
| ESCAPE
+ | EVENT
| EXCLUDE
| EXCLUDING
| EXCLUSIVE