[pgpool-hackers: 210] Re: [pgpool-committers: 879] pgpool: Mega commit to import PostgreSQL 9.2 raw parser.
Tatsuo Ishii
ishii at postgresql.org
Tue Apr 16 16:37:12 JST 2013
Hi,
I have committed the first cut of patches to import the PostgreSQL 9.2
raw parser. This is mostly done by Nozomi Anazai.
I take care of parser/outfuncs.c. I think this commit is not complete:
parser/outfuncs.c needs more work. Therefore parallel query part
requires more work since it heavily relies on outfuncs.c.
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese: http://www.sraoss.co.jp
> 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(-)
>
> _______________________________________________
> pgpool-committers mailing list
> pgpool-committers at pgpool.net
> http://www.pgpool.net/mailman/listinfo/pgpool-committers
More information about the pgpool-hackers
mailing list