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

Tatsuo Ishii ishii at postgresql.org
Wed Nov 6 20:23:59 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_3_STABLE

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

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



More information about the pgpool-committers mailing list