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

Commit3c2c391

Browse files
committed
Blind attempt to fix MSVC pgcrypto build.
Commitdb7d1a7 pulled out Mkvcbuild.pm's custom support for buildingcontrib/pgcrypto, but neglected to inform it that that module can nowbe built normally. Or at least I guess it can now be built normally.But this is definitely causing bowerbird to fail, since it's trying totest a module it hasn't built.
1 parentcbe25dc commit3c2c391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/tools/msvc/Mkvcbuild.pm‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ my @contrib_excludes = (
4747
'hstore_plperl','hstore_plpython',
4848
'intagg','jsonb_plperl',
4949
'jsonb_plpython','ltree_plpython',
50-
'pgcrypto','sepgsql',
50+
'sepgsql',
5151
'brin','test_extensions',
5252
'test_misc','test_pg_dump',
5353
'snapshot_too_old','unsafe_tests');

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp