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

User T-ishii t-ishii at pgfoundry.org
Mon Apr 25 22:58:04 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.

Modified Files:
--------------
    pgpool-II:
        recovery.c (r1.20 -> r1.21)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgpool/pgpool-II/recovery.c?r1=1.20&r2=1.21)


More information about the Pgpool-committers mailing list