[pgpool-committers: 879] pgpool: Mega commit to import PostgreSQL 9.2 raw parser.
Tatsuo Ishii
ishii at postgresql.org
Tue Apr 16 16:32:53 JST 2013
Mega commit to import PostgreSQL 9.2 raw parser.
Still needs more work. Mostly created by Nozomi Anzai. Tatsuo Ishii
takes care of parser/outfuncs.c.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=fed85d203309b16bf49b63354e0e66a5cb8c45b7
Modified Files
--------------
Makefile.in | 7 +-
parser/Makefile.am | 6 +
parser/Makefile.in | 15 +-
parser/copyfuncs.c | 769 +-
parser/gram.c |47690 +++++++++++++++++++++------------------
parser/gram.h | 1186 +-
parser/gram.y | 3011 ++-
parser/gramparse.h | 5 +-
parser/keywords.c | 6 +-
parser/keywords.h | 10 +-
parser/kwlist.h | 31 +-
parser/kwlookup.c | 2 +-
parser/list.c | 76 +-
parser/makefuncs.c | 141 +-
parser/makefuncs.h | 26 +-
parser/memnodes.h | 7 +-
parser/nodes.c | 6 +-
parser/nodes.h | 57 +-
parser/outfuncs.c | 340 +-
parser/parsenodes.h | 384 +-
parser/parser.c | 2 +-
parser/parser.h | 8 +-
parser/pg_list.h | 73 +-
parser/pg_wchar.h | 53 +-
parser/pool_memory.h | 2 +-
parser/pool_parser.h | 39 +
parser/primnodes.h | 130 +-
parser/scan.c | 14 +-
parser/scan.l | 14 +-
parser/scanner.h | 5 +-
parser/scansup.c | 5 +-
parser/scansup.h | 6 +-
parser/value.c | 6 +-
parser/value.h | 6 +-
parser/wchar.c | 536 +-
pool_process_query.c | 8 -
pool_proto_modules.c | 2 +-
pool_query_context.c | 8 -
pool_rewrite_outfuncs.c | 266 +-
pool_type.h | 2 +
test/parser/expected/create.out | 16 +-
41 files changed, 31053 insertions(+), 23923 deletions(-)
More information about the pgpool-committers
mailing list