[pgpool-committers: 4296] pgpool: Import PostgreSQL 10 parser.
pengbo
pengbo at sraoss.co.jp
Tue Oct 3 19:31:37 JST 2017
Import PostgreSQL 10 parser.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=57196ae03cab9989c0c15deee49c3d4642450112
Modified Files
--------------
src/context/pool_query_context.c | 41 +-
src/include/parser/gramparse.h | 10 +-
src/include/parser/keywords.h | 6 +-
src/include/parser/kwlist.h | 17 +-
src/include/parser/makefuncs.h | 10 +-
src/include/parser/nodes.h | 142 +-
src/include/parser/parsenodes.h | 509 +-
src/include/parser/parser.h | 13 +-
src/include/parser/pg_class.h | 72 +-
src/include/parser/pg_config_manual.h | 36 +-
src/include/parser/pg_list.h | 29 +-
src/include/parser/pg_trigger.h | 21 +-
src/include/parser/pg_wchar.h | 170 +-
src/include/parser/primnodes.h | 130 +-
src/include/parser/scanner.h | 8 +-
src/include/parser/scansup.h | 4 +-
src/include/parser/stringinfo.h | 6 +-
src/include/parser/value.h | 6 +-
src/parser/Makefile.am | 1 -
src/parser/Makefile.in | 44 +-
src/parser/copyfuncs.c | 534 +-
src/parser/gram.c | 64720 ++++++++++---------
src/parser/gram.h | 1767 +-
src/parser/gram.y | 2864 +-
src/parser/keywords.c | 87 +-
src/parser/kwlookup.c | 88 -
src/parser/list.c | 6 +-
src/parser/makefuncs.c | 55 +-
src/parser/nodes.c | 4 +-
src/parser/outfuncs.c | 212 +-
src/parser/parser.c | 21 +-
src/parser/scan.c | 225 +-
src/parser/scan.l | 11 +-
src/parser/scansup.c | 4 +-
src/parser/snprintf.c | 2 +-
src/parser/stringinfo.c | 4 +-
src/parser/value.c | 4 +-
src/parser/wchar.c | 104 +-
src/protocol/pool_process_query.c | 54 +-
src/protocol/pool_proto_modules.c | 77 +-
src/rewrite/pool_timestamp.c | 118 +-
.../timestamp/expected/insert.out | 2 +-
.../timestamp/expected/update.out | 2 +-
.../tests/010.rewrite_timestamp/timestamp/main.c | 2 +-
.../tests/010.rewrite_timestamp/timestamp/run-test | 4 +-
45 files changed, 39107 insertions(+), 33139 deletions(-)
More information about the pgpool-committers
mailing list