We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681cca8 commit c000a47Copy full SHA for c000a47
src/tools/msvc/Mkvcbuild.pm
@@ -48,7 +48,7 @@ my @contrib_excludes = (
48
'ltree_plpython', 'pgcrypto',
49
'sepgsql', 'brin',
50
'test_extensions', 'test_pg_dump',
51
- 'snapshot_too_old');
+ 'snapshot_too_old', 'unsafe_tests');
52
53
# Set of variables for frontend modules
54
my $frontend_defines = { 'initdb' => 'FRONTEND' };
0 commit comments