[pgpool-committers: 2952] pgpool: Fix buildfarm failure of 005.jdbc test.
Tatsuo Ishii
ishii at postgresql.org
Wed Jan 27 13:58:56 JST 2016
Fix buildfarm failure of 005.jdbc test.
While processing Command Complete message, it is possible that query
in progress state is false. In this case, pool_set_query_state() will
fail and should not be called.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f1dc3873f5fdd49c764469db5effbd52cc4300fa
Modified Files
--------------
src/protocol/CommandComplete.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the pgpool-committers
mailing list