aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2019-06-30 14:05:24 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2019-06-30 14:05:24 -0400
commitc000a47ad1fdd4fb92c7068279d97e0c3db4f8eb (patch)
tree8c40b29f1de5e73254d7a428640466a0d7da35ca
parent681cca86f5071379c4a8599ef9387b666b7e6879 (diff)
downloadpostgresql-c000a47ad1fdd4fb92c7068279d97e0c3db4f8eb.tar.gz
postgresql-c000a47ad1fdd4fb92c7068279d97e0c3db4f8eb.zip
Exclude new src/test/modules/unsafe_tests directory from MSVC build.
There's nothing to build here, and that was confusing AddContrib(). Per buildfarm.
-rw-r--r--src/tools/msvc/Mkvcbuild.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/Mkvcbuild.pm b/src/tools/msvc/Mkvcbuild.pm
index e07e4593cda..973691c3de0 100644
--- a/src/tools/msvc/Mkvcbuild.pm
+++ b/src/tools/msvc/Mkvcbuild.pm
@@ -48,7 +48,7 @@ my @contrib_excludes = (
'ltree_plpython', 'pgcrypto',
'sepgsql', 'brin',
'test_extensions', 'test_pg_dump',
- 'snapshot_too_old');
+ 'snapshot_too_old', 'unsafe_tests');
# Set of variables for frontend modules
my $frontend_defines = { 'initdb' => 'FRONTEND' };