Re: plperl - make $_TD global

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: plperl - make $_TD global
Дата
Msg-id 15684.1148337928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на plperl - make $_TD global  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: plperl - make $_TD global
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> The attached tiny patch will fix the problem Greg Sabino Mullane had
> with a shared lexical $_TD, by making it a global and just pushing a
> local value in the trigger function.
> ...
> I don't think a docs change is needed.

Are you sure this doesn't cause any user-visible semantics change
(ie, something that might break someone's code)?

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: archiver.pid
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: plperl - make $_TD global