diff options
author | Marc G. Fournier <scrappy@hub.org> | 1998-07-07 17:59:32 +0000 |
---|---|---|
committer | Marc G. Fournier <scrappy@hub.org> | 1998-07-07 17:59:32 +0000 |
commit | db921be319906bed877eabb02c266c7b3a788a03 (patch) | |
tree | 7f14b7077e303ab6fd290fa9fc3e059f05d0a09f /src/interfaces/ecpg/lib/ecpglib.c | |
parent | f8a47462082a30fc78fc6480833de4c074b4b7dc (diff) | |
download | postgresql-db921be319906bed877eabb02c266c7b3a788a03.tar.gz postgresql-db921be319906bed877eabb02c266c7b3a788a03.zip |
From: "Dr. Michael Meskes" <meskes@online-club.de>
+ Thu Jul 2 20:30:14 CEST 1998
+
+ - Changed new style db name to allow connection types "tcp" and
+ "unix" only
+
+ Tue Jul 7 15:14:14 CEST 1998
+
+ - Fixed some bugs in preproc.y
+ - Set version to 2.3.4
Diffstat (limited to 'src/interfaces/ecpg/lib/ecpglib.c')
-rw-r--r-- | src/interfaces/ecpg/lib/ecpglib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/ecpg/lib/ecpglib.c b/src/interfaces/ecpg/lib/ecpglib.c index 8e4f8cdd25a..ecbd2354617 100644 --- a/src/interfaces/ecpg/lib/ecpglib.c +++ b/src/interfaces/ecpg/lib/ecpglib.c @@ -895,7 +895,9 @@ ECPGdisconnect(int lineno, const char *connection_name) return false; } else + { ECPGfinish(con); + } } return true; |