[pgpool-committers: 4294] pgpool: Import PostgreSQL 10.0 SQL parser.
pengbo
pengbo at sraoss.co.jp
Fri Sep 22 17:06:32 JST 2017
Import PostgreSQL 10.0 SQL parser.
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d9b35160a66b1e9c4c32cd0363e2099c93c968b6
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 | 8 +-
src/include/parser/pg_class.h | 57 +-
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 | 64737 +++++++++++++++++---------------
src/parser/gram.h | 1777 +-
src/parser/gram.y | 2863 +-
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 | 209 +-
src/parser/parser.c | 7 +-
src/parser/scan.c | 227 +-
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_proto_modules.c | 71 +-
39 files changed, 38948 insertions(+), 33101 deletions(-)
More information about the pgpool-committers
mailing list