[Pgpool-committers] pgpool - pgpool-II: It appears that the last commit below has problem

User T-ishii t-ishii at pgfoundry.org
Thu Jul 21 23:19:32 UTC 2011


Log Message:
-----------
It appears that the last commit below has problem with the case
PREPARE(non extended protocol case) raises error, pointed out by
Toshihiro Kitagawa. ReadyForQuery() is changed to call
pool_unset_query_in_progress() whenver query_in_progress is set
(before it was only called when command_success is set).

Subject: [Pgpool-committers] pgpool - pgpool-II: Fix ProcessBackendResponse() so that it calls
From: t-ishii at pgfoundry.org (User T-ishii)
To: pgpool-committers at pgfoundry.org
Date: Wed, 20 Jul 2011 10:41:10 +0000 (UTC)

-----------
Fix ProcessBackendResponse() so that it calls pool_unset_command_success()
rather than pool_set_command_success() when received Error Response.

Modified Files:
--------------
    pgpool-II:
        pool_proto_modules.c (r1.100 -> r1.101)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.c?r1=1.100&r2=1.101)
        pool_proto_modules.c (r1.100 -> r1.101)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/pool_proto_modules.c?r1=1.100&r2=1.101)


More information about the Pgpool-committers mailing list