[pgpool-committers: 2724] 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_3_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=ed21b9c883e8490dbdffc91fa3f21dc3c3a7792a
Modified Files
--------------
pool_process_query.c | 13 ++++
pool_query_context.c | 15 +++-
test/regression/tests/064.bug153/test.sh | 109 ++++++++++++++++++++++++++++++
3 files changed, 136 insertions(+), 1 deletion(-)
More information about the pgpool-committers
mailing list