postgresql/src/interfaces
Bruce Momjian e3b4400667 Here is a bug and patch to fix it. I have tested this bug and fix on
FreeBSD/Intel and DecUX/Alpha machines. The bug appears in postgresql
6.5.3 and 7.0.2. Can someone please review it and apply it to the
source tree?

Sometimes when the postgres connection dies it is necessary to
attempt to reconnect. Calling the pgconnection::Connect method in a
derived class leaks memory because it does not clear the current
connection (if there is one). These patches ensures that any open
connections are closed before attempting to open a new one.

-Michael Richards
2000-07-27 19:44:01 +00:00
..
cli Cleanup of <> and "" 2000-05-29 21:25:07 +00:00
ecpg Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00
jdbc Fixed DatabaseMetaData.getTableTypes() 2000-07-20 15:30:05 +00:00
libpgeasy Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
libpgtcl Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
libpq Another round of those unportable config/build changes :-/ 2000-07-09 13:14:19 +00:00
libpq++ Here is a bug and patch to fix it. I have tested this bug and fix on 2000-07-27 19:44:01 +00:00
odbc didn't compile 2000-07-14 16:40:40 +00:00
perl5 Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
python Makefile cleanup for interface tree. Now essentially with all the 2000-06-28 18:30:16 +00:00
Makefile Add distprep target to take some of the job of the release_prep script. 2000-07-19 16:30:27 +00:00