|
|
Choosing A Webhost: |
Re: psqlodbc libpq version: quiet error on connect failure: msg#00084db.postgresql.odbc
Thanks, I've applied a patch to fix this. Iirc, exit_nicely() is used in the libpq examples in the PostgreSQL manual :-) /D > -----Original Message----- > From: pgsql-odbc-owner@xxxxxxxxxxxxxx > [mailto:pgsql-odbc-owner@xxxxxxxxxxxxxx] On Behalf Of Marko Ristola > Sent: 20 July 2005 12:23 > To: pgsql-odbc@xxxxxxxxxxxxxx > Subject: [ODBC] psqlodbc libpq version: quiet error on connect failure > > > Problem > > psqlodbc, with libpq enabled, will do exit(1), if connecting into the > database fails. > A good fix seems to be to remove the exit_nicely() function call. > > ---------------------- > static void > exit_nicely(PGconn *conn) > { > PQfinish(conn); > exit(1); > } > ---------------------- > > Connect code: > > self->pgconn = PQconnectdb(conninfo); > if (PQstatus(self->pgconn) != CONNECTION_OK) > { > > CC_set_error(self,CONNECTION_COULD_NOT_ESTABLISH,PQerrorMessag > e(self->pgconn)); > mylog("could not establish connection to the database %s > \n",PQerrorMessage(self->pgconn)); > exit_nicely(self->pgconn); > free(conninfo); > return 0; > } > > ------------------------ > > Marko Ristola > > > ---------------------------(end of > broadcast)--------------------------- > TIP 5: don't forget to increase your free space map settings > ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | psqlodbc libpq version: quiet error on connect failure, Marko Ristola |
|---|---|
| Next by Date: | Re: psqlodbc libpq version: quiet error on connect failure, Marko Ristola |
| Previous by Thread: | psqlodbc libpq version: quiet error on connect failure, Marko Ristola |
| Next by Thread: | Re: psqlodbc libpq version: quiet error on connect failure, Marko Ristola |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |