]> granicus.if.org Git - postgresql/commit
Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, which
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Sep 2007 00:30:49 +0000 (00:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Sep 2007 00:30:49 +0000 (00:30 +0000)
commit02185a07161e1e9fb8a50bc50d163830bb7a860a
tree345fb80cd77d67a9f1c5c848f430809c80097159
parentd22ae3ecc2c06e81e907d0ffe7e5e120fe3a93b2
Insert a hack in pl/tcl to disable Tcl's built-in Notifier subsystem, which
has a bad habit of launching multiple threads within the backend and thereby
causing all kinds of havoc.  Fortunately, we don't need it, and recent Tcl
versions provide an easy way to disable it.  Diagnosis and fix by
Steve Marshall, Paul Bayer, and Doug Knight of WSI Corporation.
src/pl/tcl/pltcl.c