Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 759bbb2

Browse files
committed
Exclude multimaster from windows install and regression check
1 parent f5fc52d commit 759bbb2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/tools/msvc/Install.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -479,6 +479,7 @@ sub CopyContribFiles
479479
next if ($d eq "hstore_plpython" && !defined($config->{python}));
480480
next if ($d eq "ltree_plpython" && !defined($config->{python}));
481481
next if ($d eq "sepgsql");
482+
next if ($d eq "mmts" || $d eq "referee");
482483
next if ($d eq "pg_probackup");
483484

484485
CopySubdirFiles($subdir, $d, $config, $target);

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ sub contribcheck
368368
next if ($module eq "ltree_plpython" && !defined($config->{python}));
369369
next if ($module eq "sepgsql");
370370
next if ($module eq "pg_probackup");
371+
next if ($module eq "mmts" || $module eq "referee");
371372

372373
subdircheck("$topdir/contrib", $module);
373374
my $status = $? >> 8;

0 commit comments

Comments
 (0)