projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
394f799
)
Missed an else from Bryan's patch...
author
Marc G. Fournier
<
[email protected]
>
Mon, 19 Aug 1996 19:28:17 +0000
(19:28 +0000)
committer
Marc G. Fournier
<
[email protected]
>
Mon, 19 Aug 1996 19:28:17 +0000
(19:28 +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 d6455d940084c6b75d37bf2fc1bf6bf78e3e8024..c597717845482cc70a41721afdf7e5eae32b593a 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.4.2.
2 1996/08/19 13:40:26
scrappy Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.4.2.
3 1996/08/19 19:28:17
scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@
-75,7
+75,7
@@
PQsetdb(char *pghost, char* pgport, char* pgoptions, char* pgtty, char* dbName)
fprintf(stderr,
"FATAL: PQsetdb() -- unable to allocate memory for a PGconn");
return (PGconn*)NULL;
- }
+ }
else {
conn->Pfout = NULL;
conn->Pfin = NULL;
conn->Pfdebug = NULL;