mirror of
https://github.com/postgres/postgres.git
synced 2025-05-05 09:19:17 +03:00
Exclude new src/test/modules/unsafe_tests directory from MSVC build.
There's nothing to build here, and that was confusing AddContrib(). Per buildfarm.
This commit is contained in:
parent
681cca86f5
commit
c000a47ad1
@ -48,7 +48,7 @@ my @contrib_excludes = (
|
|||||||
'ltree_plpython', 'pgcrypto',
|
'ltree_plpython', 'pgcrypto',
|
||||||
'sepgsql', 'brin',
|
'sepgsql', 'brin',
|
||||||
'test_extensions', 'test_pg_dump',
|
'test_extensions', 'test_pg_dump',
|
||||||
'snapshot_too_old');
|
'snapshot_too_old', 'unsafe_tests');
|
||||||
|
|
||||||
# Set of variables for frontend modules
|
# Set of variables for frontend modules
|
||||||
my $frontend_defines = { 'initdb' => 'FRONTEND' };
|
my $frontend_defines = { 'initdb' => 'FRONTEND' };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user