[pgpool-committers: 5093] pgpool: Import PostgreSQL 11 beta3 parser.
Bo Peng
pengbo at sraoss.co.jp
Tue Aug 28 18:21:02 JST 2018
Import PostgreSQL 11 beta3 parser.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8b43ac3b956022447b41b744baf2260dca20bba1
Modified Files
--------------
src/include/parser/gramparse.h | 4 +-
src/include/parser/keywords.h | 4 +-
src/include/parser/kwlist.h | 12 +-
src/include/parser/makefuncs.h | 6 +-
src/include/parser/nodes.h | 16 +-
src/include/parser/parsenodes.h | 182 ++--
src/include/parser/parser.h | 8 +-
src/include/parser/pg_class.h | 84 +-
src/include/parser/pg_config_manual.h | 20 +-
src/include/parser/pg_list.h | 7 +-
src/include/parser/pg_trigger.h | 42 +-
src/include/parser/pg_wchar.h | 17 +-
src/include/parser/primnodes.h | 37 +-
src/include/parser/scanner.h | 4 +-
src/include/parser/scansup.h | 4 +-
src/include/parser/stringinfo.h | 12 +-
src/include/parser/value.h | 10 +-
src/parser/copyfuncs.c | 163 +++-
src/parser/gram.h | 1622 +++++++++++++++++----------------
src/parser/gram.y | 1076 +++++++++++++++-------
src/parser/keywords.c | 4 +-
src/parser/list.c | 66 +-
src/parser/makefuncs.c | 25 +-
src/parser/nodes.c | 4 +-
src/parser/outfuncs.c | 113 ++-
src/parser/parser.c | 29 +-
src/parser/scan.l | 18 +-
src/parser/scansup.c | 6 +-
src/parser/snprintf.c | 14 +-
src/parser/stringinfo.c | 25 +-
src/parser/value.c | 4 +-
src/parser/wchar.c | 12 +-
src/protocol/pool_proto_modules.c | 2 +-
33 files changed, 2192 insertions(+), 1460 deletions(-)
More information about the pgpool-committers
mailing list