We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3980cf commit 907aa59Copy full SHA for 907aa59
src/tools/msvc/vcregress.pl
@@ -339,6 +339,10 @@ sub contribcheck
339
next if ($module eq "hstore_plpython" && !defined($config->{python}));
340
next if ($module eq "ltree_plpython" && !defined($config->{python}));
341
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");
346
347
subdircheck("$topdir/contrib", $module);
348
my $status = $? >> 8;
0 commit comments