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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolete config-module-exclusion logic in vcregress.pl.
Date: 2014-05-28 02:31:24
Message-ID: E1WpTeG-0004Xu-LH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8600031147cee7845e1ad9e64304e1f5fe585515

Modified Files
--------------
src/tools/msvc/Install.pm | 1 +
src/tools/msvc/vcregress.pl | 8 ++++++--
2 files changed, 7 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-28 04:26:53 pgsql: pg_lsn should not be marked typispreferred.
Previous Message Tom Lane 2014-05-28 02:01:18 pgsql: Propagate system identifier generation improvement into pg_reset