[pgpool-committers: 412] pgpool: Fix is_select_query() in EXPLAIN case.

Tatsuo Ishii ishii at postgresql.org
Thu Jun 14 12:14:06 JST 2012


Fix is_select_query() in EXPLAIN case.
EXPLAIN without ANALYZE can be load balanced but actually it was not.
Also add checking for the case EXPLAIN ANALYZE SELECT...
If the SELECT uses writing functions, it should not be load balanced.
Problem reported by Nicolas Amato:
Subject: [pgpool-general: 625] exclude EXPLAIN from the pgpool.

Branch
------
master

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

Modified Files
--------------
pool_process_query.c |   41 ++++++++++++++++++++++++++++++++++-------
1 files changed, 34 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list