A correction into the connect exit(1) problem

Lists: pgsql-odbc
From: Marko Ristola <Marko(dot)Ristola(at)kolumbus(dot)fi>
To: pgsql-odbc(at)postgresql(dot)org
Subject: A correction into the connect exit(1) problem
Date: 2005-07-20 11:27:02
Message-ID: 42DE3506.4080402@kolumbus.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-odbc


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

Marko Ristola