pgsql: Exclude sepgsql from MSVC regression testing as well

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Exclude sepgsql from MSVC regression testing as well
Date: 2011-01-24 07:26:04
Message-ID: E1PhGoO-0000Mx-2Y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Exclude sepgsql from MSVC regression testing as well

In passing, change exclusion in the build to follow the
same pattern as other always-excluded modules.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=97520809424d46c55e2faf73b5f09cb64b52f4a5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2011-01-24 12:34:40 pgsql: Fix typo in the psql \d query handling, so that we use the corre
Previous Message Heikki Linnakangas 2011-01-24 06:28:51 pgsql: Silence compiler warning about uninitialized variable, noted by