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:21:43Z
Lists: pgsql-hackers
Tom Lane wrote: > > Hm ... I wonder how badly this fails if perl isn't present? > > Before you say that that won't matter, consider "make clean" etc. > The makefile does have to parse. > > It might be sufficient to wrap this test in an "ifneq ($(PERL),)" > or similar. > OK, can do that. > 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)? I also see that I'll have to make a small adjustment in the MSVC build programs. cheers andrew