From: | Alexey Klyukin <alexk(at)vollmond(dot)org(dot)ua> |
---|---|
To: | Jeremy Drake <pgsql(at)jdrake(dot)com> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Subject: | Re: plperl/plperlu interaction |
Date: | 2006-10-26 19:58:39 |
Message-ID: | 4541136F.8050504@vollmond.org.ua |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Dunstan | 2006-10-26 19:58:40 | Re: plperl/plperlu interaction |
Previous Message | Jonah H. Harris | 2006-10-26 19:48:54 | Re: Eliminating phase 3 requirement for varlen increases via ALTER COLUMN |