Thread: A correction into the connect exit(1) problem

A correction into the connect exit(1) problem

From
Marko Ristola
Date:
exit_nicely() calls
        PQfinish(conn);
It needs still to be called.
Only the exit(1) is the erroneous call.

Marko Ristola