[pgpool-committers: 2042] pgpool: commit imports PostgreSQL 9.4 raw parser.
Muhammad Usama
m.usama at gmail.com
Mon Jul 7 20:50:56 JST 2014
commit imports PostgreSQL 9.4 raw parser.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e6783ceb4a41497099daa28aa1c69c979f2a6297
Modified Files
--------------
src/Makefile.am | 1 +
src/Makefile.in | 14 +-
src/config/pool_config.c | 28 +-
src/include/parser/gram.h | 1209 +-
src/include/parser/gramparse.h | 4 +-
src/include/parser/kwlist.h | 15 +-
src/include/parser/makefuncs.h | 12 +-
src/include/parser/nodes.h | 32 +-
src/include/parser/parsenodes.h | 315 +-
src/include/parser/parser.h | 6 +-
src/include/parser/pg_list.h | 66 +-
src/include/parser/pg_wchar.h | 221 +-
src/include/parser/pool_parser.h | 2 +-
src/include/parser/primnodes.h | 97 +-
src/include/parser/scanner.h | 4 +-
src/include/pool_type.h | 10 +
src/include/utils/memnodes.h | 4 +-
src/include/utils/memutils.h | 14 +-
src/include/utils/palloc.h | 10 +
src/parallel_query/pool_rewrite_outfuncs.c | 24 +-
src/parser/copyfuncs.c | 1442 +-
src/parser/gram.c |46284 +++++++++++++++-------------
src/parser/gram.y | 2214 +-
src/parser/list.c | 207 +-
src/parser/makefuncs.c | 63 +-
src/parser/outfuncs.c | 55 +-
src/parser/parser.c | 40 +-
src/parser/scan.c | 1384 +-
src/parser/scan.l | 134 +-
src/parser/wchar.c | 52 +-
src/rewrite/pool_timestamp.c | 2 +-
src/utils/psprintf.c | 193 +
32 files changed, 29570 insertions(+), 24588 deletions(-)
More information about the pgpool-committers
mailing list