Skip to content

Commit 907aa59

Browse files
committed
Disabled installcheck for hunspell_ru_ru and pg_pathman
1 parent b3980cf commit 907aa59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,10 @@ sub contribcheck
339339
next if ($module eq "hstore_plpython" && !defined($config->{python}));
340340
next if ($module eq "ltree_plpython" && !defined($config->{python}));
341341
next if ($module eq "sepgsql");
342+
# Need database with UTF8 encoding, not SQL_ASCII
343+
next if ($module eq "hunspell_ru_ru");
344+
# Need to preload shared library on postmaster start
345+
next if ($module eq "pg_pathman");
342346

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

0 commit comments

Comments
 (0)