[pgpool-committers: 2723] pgpool: Fix bugs with data modifying WITH clause reported in bug#153.

Tatsuo Ishii ishii at postgresql.org
Wed Oct 14 12:11:28 JST 2015


Fix bugs with data modifying WITH clause reported in bug#153.

pgpool-II does not recognize the data modifying WITH clause despite
pgpool-II 3.3 or after has SQL parser which recognizes it. The bug has
been fixed in pgpool-II 3.5 (having PostgreSQL 9.5 parser).

Data modifying WITH clause was introduced in PostgreSQL 9.1. Since
pgpool-II 3.3 has 9.2 parser and pgpool-II 3.4 has 9.4 parser, the fix
is back ported to pgpool-II 3.3 and 3.4.

Branch
------
V3_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=862e6628f3a61edee8fb4cb1ce4248391cea63fb

Modified Files
--------------
src/context/pool_query_context.c             |   15 +++-
src/protocol/pool_process_query.c            |   13 +++
src/test/regression/tests/064.bug153/test.sh |  109 ++++++++++++++++++++++++++
3 files changed, 136 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list