Re: plperl/plperlu interaction - Mailing list pgsql-hackers

From Alexey Klyukin
Subject Re: plperl/plperlu interaction
Date
Msg-id 4541136F.8050504@vollmond.org.ua
Whole thread Raw
In response to Re: plperl/plperlu interaction  (Jeremy Drake <pgsql@jdrake.com>)
List pgsql-hackers
Jeremy Drake wrote:
> 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"
>
>
>   
On my Ubuntu 'Dapper' system:
useithreads='define'
usemultiplicity='define'
usethreads='define'

And I'm getting 'undef' for each of these flags on both Gentoo 2006.1 
and Gentoo 1.4 systems using the default perl installation.


pgsql-hackers by date:

Previous
From: "Leonel Nunez"
Date:
Subject: PostgreSQL 8.2 Ubuntu Edgy 6.10
Next
From: Carl Norden
Date:
Subject: Build of postgresql 8.2 beta 2 failure