Thread: pgsql: Fix vcregress.pl for new plperl test case.

pgsql: Fix vcregress.pl for new plperl test case.

From
Tom Lane
Date:
Fix vcregress.pl for new plperl test case.

As of commit 50fc694e4, the plperl tests don't want preinstalled
plperl languages; they now install those themselves.  I'd removed the
--load-extension options from the GNUmakefile, but missed teaching
the MSVC build script about that.

Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/26a81bb8152bd9f29bc24c1edfc00e2cbcd68548

Modified Files
--------------
src/tools/msvc/vcregress.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)