projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
681cca8
)
Exclude new src/test/modules/unsafe_tests directory from MSVC build.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Sun, 30 Jun 2019 18:05:24 +0000
(14:05 -0400)
committer
Tom 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
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/msvc/Mkvcbuild.pm
b/src/tools/msvc/Mkvcbuild.pm
index e07e4593cdaba9cb696b643659380431b0f0d3f6..973691c3de061f97bdf1ef09c95370a4eb616109 100644
(file)
--- 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' };