[pgpool-committers: 1382] pgpool: Fix target node selection logic when "DEALLOCATE portal|stateme

Tatsuo Ishii ishii at postgresql.org
Wed Nov 6 20:24:00 JST 2013


Fix target node selection logic when "DEALLOCATE portal|statement".

When "DEALLOCATE portal|statement" is used and last prepared statement
or portal was not found, target node selection map is not
set. Probably this is not actually harmful because prepared statement
or portal was not found is an error case. The bug was there since day
0.

Per Coverity report "1111491 Structurally dead code".

Branch
------
V3_2_STABLE

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

Modified Files
--------------
pool_query_context.c |    9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)



More information about the pgpool-committers mailing list