mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Blind attempt to fix MSVC pgcrypto build.
Commit db7d1a7b0
pulled out Mkvcbuild.pm's custom support for building
contrib/pgcrypto, but neglected to inform it that that module can now
be 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 to
test a module it hasn't built.
This commit is contained in:
@ -47,7 +47,7 @@ my @contrib_excludes = (
|
|||||||
'hstore_plperl', 'hstore_plpython',
|
'hstore_plperl', 'hstore_plpython',
|
||||||
'intagg', 'jsonb_plperl',
|
'intagg', 'jsonb_plperl',
|
||||||
'jsonb_plpython', 'ltree_plpython',
|
'jsonb_plpython', 'ltree_plpython',
|
||||||
'pgcrypto', 'sepgsql',
|
'sepgsql',
|
||||||
'brin', 'test_extensions',
|
'brin', 'test_extensions',
|
||||||
'test_misc', 'test_pg_dump',
|
'test_misc', 'test_pg_dump',
|
||||||
'snapshot_too_old', 'unsafe_tests');
|
'snapshot_too_old', 'unsafe_tests');
|
||||||
|
Reference in New Issue
Block a user