Fix vcregress.pl for new plperl test case.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Jan 2020 00:13:34 +0000 (19:13 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Jan 2020 00:13:34 +0000 (19:13 -0500)
commit26a81bb8152bd9f29bc24c1edfc00e2cbcd68548
tree391427570a0cb448dadecffe25d16f155c47180e
parent50fc694e43742ce3d04a5e9f708432cb022c5f0d
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.
src/tools/msvc/vcregress.pl