PL/Perl namespace fix

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема PL/Perl namespace fix
Дата
Msg-id 20050820185145.GA75337@winnie.fuhr.org
обсуждение исходный текст
Ответы Re: PL/Perl namespace fix  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
The attached patch appears to fix the problem discussed in the
"plperl gives error after reconnect" thread in pgsql-bugs:

http://archives.postgresql.org/pgsql-bugs/2005-08/msg00133.php

Unfortunately I don't understand *why* it fixes the problem, which
means I'm not sure that it's the correct fix.  As Tom Lane and I
discovered, Perl builds with threading don't appear to have a
problem, while Perl builds without threading do.  It's not clear
to me why "mksafefunc" works in some Perl installations but
"::mksafefunc" is required in others, given otherwise identical
test conditions.  Can anybody explain?

If this is indeed the correct fix then it should probably be
backpatched to 8.0.

--
Michael Fuhr

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Fwd: Re: [HACKERS] For Review: Allow WAL information to recover
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PL/Perl namespace fix