Re: Testing plperl<->plperlu interaction
Andrew Dunstan <andrew@dunslane.net>
From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Tim Bunce <Tim.Bunce@pobox.com>, Alvaro Herrera <alvherre@commandprompt.com>, decibel <decibel@decibel.org>, pgsql-hackers@postgresql.org
Date: 2010-01-09T02:43:34Z
Lists: pgsql-hackers
Tom Lane wrote: > Andrew Dunstan <andrew@dunslane.net> writes: > >> Tom Lane wrote: >> >>> Also, some commentary connecting this test to plperl.c's support for >>> two interpreters would be a good thing. >>> > > >> ITYM in the .sql file(s)? >> > > No, the test in the makefile is what seems to need a comment. It > doesn't have to be much. I was thinking something like > > # if Perl can support two interpreters, test plperl-and-plperlu cases > ifeq ($(shell $(PERL) -V:usemultiplicity), usemultiplicity='define';) > OK > BTW, what about the MSVC scripts? > Yes, I will fix vcregress.pl. cheers andrew