aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistget.c
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1996-08-19 13:25:40 +0000
committerMarc G. Fournier <scrappy@hub.org>1996-08-19 13:25:40 +0000
commit77e01653bc5d43614ffb835b1cafc5387c28fc60 (patch)
tree6d711bcea665ffaab42a3a75778b548af0bd4faf /src/backend/access/gist/gistget.c
parent3c47cdeb5a569fb8a4240e9008dd68f24cbc9213 (diff)
downloadpostgresql-77e01653bc5d43614ffb835b1cafc5387c28fc60.tar.gz
postgresql-77e01653bc5d43614ffb835b1cafc5387c28fc60.zip
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)
Diffstat (limited to 'src/backend/access/gist/gistget.c')
0 files changed, 0 insertions, 0 deletions