[pgpool-committers: 249] pgpool: Fix "unnamed prepared statment does not exist" error. This is

Tatsuo Ishii ishii at postgresql.org
Sun Jun 3 21:57:02 JST 2012


Fix "unnamed prepared statment does not exist" error.  This is caused
by pgpool's internal query, which breaks client's unnamed statements.
To fix this, if extended query is used (calling
pool_is_doing_extended_query_message()), named statement/portal for
internal are used for internal query.

Branch
------
V3_0_STABLE

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

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



More information about the pgpool-committers mailing list