1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

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
This commit is contained in:
Marc G. Fournier
1998-07-07 17:59:32 +00:00
parent f8a4746208
commit db921be319
6 changed files with 32 additions and 4 deletions

View File

@@ -895,7 +895,9 @@ ECPGdisconnect(int lineno, const char *connection_name)
return false;
}
else
{
ECPGfinish(con);
}
}
return true;