Exclude new src/test/modules/unsafe_tests directory from MSVC build.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jun 2019 18:05:24 +0000 (14:05 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 30 Jun 2019 18:05:24 +0000 (14:05 -0400)
There's nothing to build here, and that was confusing AddContrib().
Per buildfarm.

src/tools/msvc/Mkvcbuild.pm

index e07e4593cdaba9cb696b643659380431b0f0d3f6..973691c3de061f97bdf1ef09c95370a4eb616109 100644 (file)
@@ -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' };