Fix obsolete config-module-exclusion logic in vcregress.pl.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 8600031147cee7845e1ad9e64304e1f5fe585515
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2014-05-28T02:31:21Z
Releases: 9.4.0
Fix obsolete config-module-exclusion logic in vcregress.pl.

The recent addition of regression tests to uuid-ossp exposed the fact
that the MSVC build system wasn't being consistent about whether it was
building/testing that contrib module, ie, it would try to test the module
even when it hadn't built it.  The same hazard was latent for sslinfo.

For the moment I just copied the more up-to-date logic from point A to
point B, but this is screaming for refactoring.

Per buildfarm results.

Files

PathChange+/−
src/tools/msvc/Install.pm modified +1 −0
src/tools/msvc/vcregress.pl modified +6 −2