[pgpool-committers: 1384] 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_0_STABLE

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

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



More information about the pgpool-committers mailing list