Re: [PATCHES] Re: [GENERAL] plperl and regexps with accented characters - incompatible?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] Re: [GENERAL] plperl and regexps with accented characters - incompatible?
Дата
Msg-id 9773.1196537246@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [PATCHES] Re: [GENERAL] plperl and regexps with accented characters - incompatible?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCHES] Re: [GENERAL] plperl and regexps with accented characters - incompatible?  (Andrew Dunstan <andrew@dunslane.net>)
Re: [PATCHES] Re: [GENERAL] plperl and regexps with accented characters - incompatible?  (Steve Singer <ssinger_pg@sympatico.ca>)
Список pgsql-hackers
I wrote:
> I got around to trying it with a dusty 5.6.1 I have laying about on my
> HPPA machine, and the news is not good: CREATE LANGUAGE plperl dumps
> core deep inside libperl.  With or without this patch.

> As best I can tell at the moment, I have not tested 5.6.1 with anything
> later than our 7.2 branch, so I don't know exactly where the breakage
> slipped in.  It may be of long standing.

Actually, libperl seems to dump core in the same place in every PG
version, back to and including 7.2, so what seems more likely is that
this copy of perl is just plain broken.  Since we didn't have any form
of regression test for plperl back then, it's entirely possible that
I never tested any further than compiling plperl with that setup.

So we still need someone to try it with a good copy of 5.6 ...

            regards, tom lane

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

Предыдущее
От: "Greg Sabino Mullane"
Дата:
Сообщение: Re: [PATCHES] Re: [GENERAL] plperl and regexps with accented characters - incompatible?
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Release Note Changes