Re: plperl/plperlu interaction

Поиск
Список
Период
Сортировка
От Jeremy Drake
Тема Re: plperl/plperlu interaction
Дата
Msg-id Pine.BSO.4.64.0610261244280.27423@resin.csoft.net
обсуждение исходный текст
Ответ на Re: plperl/plperlu interaction  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: plperl/plperlu interaction  (Alexey Klyukin <alexk@vollmond.org.ua>)
Список pgsql-hackers
On Thu, 26 Oct 2006, Alvaro Herrera wrote:

> Jeff Trout wrote:
> >
> > On Oct 26, 2006, at 3:23 PM, Martijn van Oosterhout wrote:
> >
> > >On Thu, Oct 26, 2006 at 03:15:00PM -0400, Andrew Dunstan wrote:
> > >>Perhaps people who use other platforms could look for these flags
> > >>in the
> > >>output of
> > >>   perl -e 'use Config qw(myconfig config_sh config_vars config_re);
> > >>print config_sh();'
> > >
> >
> > OSX 10.4.8:
> >
> > usemultiplicity='define'
> > usethreads='define'
> > useithreads='define'
>
> Same here on Debian unstable (stock Perl packages).

On my current Gentoo box:
useithreads='undef'
usemultiplicity='undef'
usethreads='undef'

My USE flags have ithreads disabled, since the description of the feature
is "Enable Perl threads, has some compatibility problems"


-- 
Whether you can hear it or not
The Universe is laughing behind your back    -- National Lampoon, "Deteriorata"


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [DOCS] Replication documentation addition
Следующее
От: "Jonah H. Harris"
Дата:
Сообщение: Re: [PATCHES] Eliminating phase 3 requirement for varlen increases via ALTER COLUMN