The attached patch fixes a problem that I seem to have introduced

Bruce Momjian <bruce@momjian.us>

Commit: c0d730460fc93ae83a50a5375b843ccb9b020e66
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-08-22T04:34:22Z
Releases: 7.1.1
The attached patch fixes a problem that I seem to have introduced
with the new support for asynchronous NOTIFY in libpgtcl.  With
the current sources, if the backend disconnects unexpectedly then
the tcl/tk application coredumps when control next reaches the idle
loop.  Oops.

			regards, tom lane

Files

PathChange+/−
src/interfaces/libpgtcl/pgtclId.c modified +13 −3