Andrew Dunstan <andrew(at)dunslane(dot)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