Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9453940 commit 1fd402bCopy full SHA for 1fd402b
src/interfaces/libpq/fe-connect.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.54 1998/01/13 04:24:10 scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.55 1998/01/13 14:57:25 vadim Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -148,7 +148,6 @@ PGconn *
148
PQconnectdb(const char *conninfo)
149
{
150
PGconn *conn;
151
- PQconninfoOption *option;
152
char errorMessage[ERROR_MSG_LENGTH];
153
char* tmp;
154
/* ----------
0 commit comments