A correction into the connect exit(1) problem

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
Thread:
Lists: pgsql-odbc


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

Marko Ristola

Browse pgsql-odbc by date

  From Date Subject
Next Message Dave Page 2005-07-20 11:55:47 Re: psqlodbc libpq version: quiet error on connect failure
Previous Message Marko Ristola 2005-07-20 11:23:19 psqlodbc libpq version: quiet error on connect failure