[pgpool-committers: 1380] 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_1_STABLE
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5034d6e4e949a9c75912dcc7e7702f6af1d2559b
Modified Files
--------------
pool_query_context.c | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
More information about the pgpool-committers
mailing list