projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9453940
)
Remove unused "option" from PQconnectdb().
author
Vadim B. Mikheev
<vadim4o@yahoo.com>
Tue, 13 Jan 1998 14:57:25 +0000
(14:57 +0000)
committer
Vadim B. Mikheev
<vadim4o@yahoo.com>
Tue, 13 Jan 1998 14:57:25 +0000
(14:57 +0000)
src/interfaces/libpq/fe-connect.c
patch
|
blob
|
blame
|
history
diff --git
a/src/interfaces/libpq/fe-connect.c
b/src/interfaces/libpq/fe-connect.c
index 9632a2f04db4e0bc4d33f123dd308f61a8feabe7..e5e908acccf4befa0cf6eebb303dadadf89f3f61 100644
(file)
--- a/
src/interfaces/libpq/fe-connect.c
+++ b/
src/interfaces/libpq/fe-connect.c
@@
-7,7
+7,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.5
4 1998/01/13 04:24:10 scrappy
Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.5
5 1998/01/13 14:57:25 vadim
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-148,7
+148,6
@@
PGconn *
PQconnectdb(const char *conninfo)
{
PGconn *conn;
- PQconninfoOption *option;
char errorMessage[ERROR_MSG_LENGTH];
char* tmp;
/* ----------