[pgpool-committers: 248] pgpool: Fix "unnamed prepared statment does not exist" error. This is
Tatsuo Ishii
ishii at postgresql.org
Sun Jun 3 21:12:28 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
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=afcf2505745bd19bfbd9b38149199e84b667d65a
Modified Files
--------------
pool_process_query.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 127 insertions(+), 7 deletions(-)
More information about the pgpool-committers
mailing list