Обсуждение: pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier

Поиск
Список
Период
Сортировка

pgsql: Insert a hack in pl/tcl to disable Tcl's built-in Notifier

От
tgl@postgresql.org (Tom Lane)
Дата:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/pl/tcl:
        pltcl.c (r1.112 -> r1.113)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/tcl/pltcl.c?r1=1.112&r2=1.113)