]> granicus.if.org Git - postgresql/commit
Partial solution for 'unexpected EOF' problem with pg_disconnect: it
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Sep 2002 23:41:17 +0000 (23:41 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 2 Sep 2002 23:41:17 +0000 (23:41 +0000)
commit00482fde8eb5318c067ec88c4aece08d4ff35db0
tree0fc2848f9584f9130aed02db84cb664c3fcc275f
parentb28b05317de33d1ddb5f91d93f178bcabb28b801
Partial solution for 'unexpected EOF' problem with pg_disconnect: it
seems we have a choice between annoying messages and leaking memory
(or dumping core, but that's right out).  Patch also fixes several
other problems in pg_disconnect, such as being willing to close a
channel that isn't a PG channel.
src/interfaces/libpgtcl/pgtclCmds.c
src/interfaces/libpgtcl/pgtclId.c