On Feb 25, 2010, at 12:58 PM, Tim Bunce wrote:

>> Which means losing sort $a <=> $b again, alas. Such was always the
>> case in the past, so that might be an okay tradeoff to get recursive
>> calls working again, but I certainly hope that Safe can be updated in
>> the near future to give us both.
>> 
>> There seem to be no good answers here.
> 
> There is one fairly good answer:
> 
> Use a perl that's compiled to support multiplicity but not threads.
> That avoids the sort bug and, as an extra bonus, gives plperl a
> significant speed boost.

That solves the problem with recursion or with $a and $b or both?

I'm happy to rebuild Perl without threads, since I'm not going to use Padre 
after all. But that won't help the millions who rely on package-supplied Perls, 
which are nearly always threaded AFAICT.

Best,

David
-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to