[Pgpool-committers] pgpool - pgpool-II: Fix bug with start_recoery().

User T-ishii t-ishii at pgfoundry.org
Mon Apr 25 22:59:29 UTC 2011


Log Message:
-----------
Fix bug with start_recoery().
It calls connect_backend() and then calls PQfinish(NULL) if
connect_backend() returns NULL, which is apparently wrong usage of
PQfinish(). Actually PQfinish() has been called in connect_backend()
in this case.
Also fix typo and enhance error message.

Tags:
----
V3_0_STABLE

Modified Files:
--------------
    pgpool-II:
        recovery.c (r1.18.2.1 -> r1.18.2.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/recovery.c?r1=1.18.2.1&r2=1.18.2.2)


More information about the Pgpool-committers mailing list