Re: Initial refactoring of plperl.c [PATCH]

Поиск
Список
Период
Сортировка
От Tim Bunce
Тема Re: Initial refactoring of plperl.c [PATCH]
Дата
Msg-id 20091130201425.GB1989@timac.local
обсуждение исходный текст
Ответ на Re: Initial refactoring of plperl.c [PATCH]  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
On Mon, Nov 30, 2009 at 12:50:41PM -0500, Andrew Dunstan wrote:
>
> Tim Bunce wrote:
>> In summary, changing between multiplicity and non-multiplicity libperls
>> after building postgresql isn't safe or supported.
>
> OK, good. Are you adding a check at load time that the library loaded is 
> what we expect?

I won't think there's a need. The load will fail with undefined symbols
(or rather it will once the PL_exit_flags |= PERL_EXIT_DESTRUCT_END
change in the next patch gets added).

Tim.


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

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: New VACUUM FULL
Следующее
От: Greg Smith
Дата:
Сообщение: Re: [PATCH 4/4] Add tests to dblink covering use of COPY TO FUNCTION