Обсуждение: pgsql/src/pl plperl/plperl.c plpython/plpython ...

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

pgsql/src/pl plperl/plperl.c plpython/plpython ...

От
Tom Lane
Дата:
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    tgl@hub.org    01/06/01 14:17:44

Modified files:
    src/pl/plperl  : plperl.c
    src/pl/plpython: plpython.c
    src/pl/tcl     : pltcl.c

Log message:
    pltcl, plperl, and plpython all suffer the same bug previously fixed
    in plpgsql: they fail for datatypes that have old-style I/O functions
    due to caching FmgrInfo structs with wrong fn_mcxt lifetime.

    Although the plpython fix seems straightforward, I can't check it here
    since I don't have Python installed --- would someone check it?