Re: Testing plperl<->plperlu interaction
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: Tim Bunce <Tim.Bunce@pobox.com>, Alvaro Herrera <alvherre@commandprompt.com>, decibel <decibel@decibel.org>, pgsql-hackers@postgresql.org
Date: 2010-01-09T02:34:49Z
Lists: pgsql-hackers
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';) BTW, what about the MSVC scripts? regards, tom lane