[pgpool-committers: 250] 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_1_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=614616d3d6902add203352a16854e39ad7fcdd44
Modified Files
--------------
pool_process_query.c | 134 +++++++++++++++++++++++++++++++++++++++++++++++---
1 files changed, 127 insertions(+), 7 deletions(-)
More information about the pgpool-committers
mailing list