]> granicus.if.org Git - postgresql/commitdiff
Add new EVENT keyword to unreserved_keyword production.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 27 Sep 2012 00:07:36 +0000 (20:07 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
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

index ec88b7107698e7864e206cf1fc76e000eea12621..ba1490272ff116ac88a3635688dd8c8f7eecf8d3 100644 (file)
@@ -12444,6 +12444,7 @@ unreserved_keyword:
                        | ENCRYPTED
                        | ENUM_P
                        | ESCAPE
+                       | EVENT
                        | EXCLUDE
                        | EXCLUDING
                        | EXCLUSIVE