[pgpool-committers: 3483] pgpool: add PostgreSQL 9.6 parser
Tatsuo Ishii
ishii at postgresql.org
Fri Sep 9 18:54:52 JST 2016
add PostgreSQL 9.6 parser
Branches
--------
IMPORT_96_PARSER
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5955dce6d3905312c634f4edb46822bf409914b5
Author: pengbo <pengbo at sraoss.co.jp>
Modified Files
--------------
src/include/parser/gramparse.h | 10 +-
src/include/parser/keywords.h | 4 +-
src/include/parser/kwlist.h | 7 +-
src/include/parser/makefuncs.h | 7 +-
src/include/parser/nodes.h | 125 +-
src/include/parser/parsenodes.h | 75 +-
src/include/parser/parser.h | 2 +-
src/include/parser/pg_class.h | 9 +-
src/include/parser/pg_config_manual.h | 18 +-
src/include/parser/pg_list.h | 24 +-
src/include/parser/pg_trigger.h | 4 +-
src/include/parser/pg_wchar.h | 6 +-
src/include/parser/primnodes.h | 48 +-
src/include/parser/scanner.h | 4 +-
src/include/parser/scansup.h | 7 +-
src/include/parser/stringinfo.h | 4 +-
src/include/parser/value.h | 4 +-
src/parser/Makefile.am | 2 +-
src/parser/Makefile.in | 8 +-
src/parser/copyfuncs.c | 169 +-
src/parser/gram.c | 54687 +++++++++++++++++---------------
src/parser/gram.h | 1368 +-
src/parser/gram.y | 256 +-
src/parser/keywords.c | 4 +-
src/parser/list.c | 7 +-
src/parser/nodes.c | 4 +-
src/parser/outfuncs.c | 51 +-
src/parser/parser.c | 12 +-
src/parser/scan.c | 497 +-
src/parser/scan.l | 170 +-
src/parser/scansup.c | 16 +-
src/parser/stringinfo.c | 4 +-
src/parser/value.c | 2 +-
33 files changed, 30417 insertions(+), 27198 deletions(-)
More information about the pgpool-committers
mailing list