Import PostgreSQL 11 beta3 parser.
authorBo Peng <pengbo@sraoss.co.jp>
Tue, 28 Aug 2018 09:20:07 +0000 (18:20 +0900)
committerBo Peng <pengbo@sraoss.co.jp>
Tue, 28 Aug 2018 09:20:07 +0000 (18:20 +0900)
commit8b43ac3b956022447b41b744baf2260dca20bba1
tree956a6424a170e913f38a13e46952091a4d2041be
parent362ade395374c63ba0f973af5c3ddac4949063a2
Import PostgreSQL 11 beta3 parser.
33 files changed:
src/include/parser/gramparse.h
src/include/parser/keywords.h
src/include/parser/kwlist.h
src/include/parser/makefuncs.h
src/include/parser/nodes.h
src/include/parser/parsenodes.h
src/include/parser/parser.h
src/include/parser/pg_class.h
src/include/parser/pg_config_manual.h
src/include/parser/pg_list.h
src/include/parser/pg_trigger.h
src/include/parser/pg_wchar.h
src/include/parser/primnodes.h
src/include/parser/scanner.h
src/include/parser/scansup.h
src/include/parser/stringinfo.h
src/include/parser/value.h
src/parser/copyfuncs.c
src/parser/gram.h
src/parser/gram.y
src/parser/keywords.c
src/parser/list.c
src/parser/makefuncs.c
src/parser/nodes.c
src/parser/outfuncs.c
src/parser/parser.c
src/parser/scan.l
src/parser/scansup.c
src/parser/snprintf.c
src/parser/stringinfo.c
src/parser/value.c
src/parser/wchar.c
src/protocol/pool_proto_modules.c