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"

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

Reply via email to