Re: Testing plperl<->plperlu interaction

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Tim Bunce <Tim.Bunce@pobox.com>
Cc: Alvaro Herrera <alvherre@commandprompt.com>, decibel <decibel@decibel.org>, pgsql-hackers@postgresql.org
Date: 2010-01-08T23:58:27Z
Lists: pgsql-hackers

Attachments


Tim Bunce wrote:
>
> Or perhaps put the tests that require multiplicity into a plperl_multi.sql
> file and add logic to the GNUmakefile to add that file to REGRESS
> if "perl -V:usemultiplicity" returns "usemultiplicity='define';"
>
>
>   

OK, here is a patch that provides for running regression tests for 
plperlu alone and plperl/plperlu interaction, skipping the latter if 
it's not supported on the platform, using the test Tim has suggested.

cheers

andrew