From: | Jeremy Drake <pgsql(at)jdrake(dot)com> |
---|---|
To: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Cc: | 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:47:42 |
Message-ID: | Pine.BSO.4.64.0610261244280.27423@resin.csoft.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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"
From | Date | Subject | |
---|---|---|---|
Next Message | Jonah H. Harris | 2006-10-26 19:48:54 | Re: Eliminating phase 3 requirement for varlen increases via ALTER COLUMN |
Previous Message | Bruce Momjian | 2006-10-26 19:41:39 | Re: [HACKERS] Replication documentation addition |