mirror of
https://github.com/postgres/postgres.git
synced 2026-06-11 01:30:11 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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' };
|
||||
|
|
|
|||
Loading…
Reference in a new issue