Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit907aa59

Browse files
committed
Disabled installcheck for hunspell_ru_ru and pg_pathman
1 parentb3980cf commit907aa59

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
nextif ($moduleeq"hstore_plpython" && !defined($config->{python}));
340340
nextif ($moduleeq"ltree_plpython" && !defined($config->{python}));
341341
nextif ($moduleeq"sepgsql");
342+
# Need database with UTF8 encoding, not SQL_ASCII
343+
nextif ($moduleeq"hunspell_ru_ru");
344+
# Need to preload shared library on postmaster start
345+
nextif ($moduleeq"pg_pathman");
342346

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp