postgresql/src/interfaces
Marc G. Fournier 77e01653bc Fixes:
When you connect to a database with PQsetdb, as with psql, depending on
how your uninitialized variables are set, you can get a failure with a
"There is no connection to the backend" message.

The fix is to move a call to PQexec() from inside connectDB() to
PQsetdb() after connectDB() returns to PQsetdb().  That way a connection
doesn't have to be already established in order to establish it!


From:  bryanh@giraffe.netgate.net (Bryan Henderson)
1996-08-19 13:25:40 +00:00
..
libpgtcl Last changes to src from Dr. George *wipes brow* 1996-07-23 03:38:44 +00:00
libpq Fixes: 1996-08-19 13:25:40 +00:00
libpq++ Postgres95 1.01 Distribution - Virgin Sources 1996-07-09 06:22:35 +00:00