The attached patch modifies libpgtcl per previous discussion: the

Bruce Momjian <bruce@momjian.us>

Commit: 583891833ff102b805a752ded0ad38bb8087dcf9
Author: Bruce Momjian <bruce@momjian.us>
Date: 1998-06-16T04:10:17Z
Releases: 7.1.1
The attached patch modifies libpgtcl per previous discussion:  the
pg_notifies statement is eliminated, and callbacks defined by
pg_listen are instead invoked automatically from the Tcl idle loop
whenever a NOTIFY message is received.

I have done only cursory testing, so there may be problems still
lurking (particularly on non-Unix machines?).  But it seems to
work.

Patch is against today's cvs sources.  Note that this will not work
with the 6.3.2 release since it depends on the new libpq.

The diffs are a bit large so I've gzipped them.  A patch to update
libpgtcl.sgml is included too.

			regards, tom lane

Files