Blind attempt to fix MSVC pgcrypto build.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2021 22:02:27 +0000 (18:02 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 6 Nov 2021 22:02:27 +0000 (18:02 -0400)
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.

src/tools/msvc/Mkvcbuild.pm

index cdffe809c12e073e229717927af9d301238fcf75..41172eab36421cc7fdb54f5f851aef6ecd63f269 100644 (file)
@@ -47,7 +47,7 @@ my @contrib_excludes = (
        'hstore_plperl',    'hstore_plpython',
        'intagg',           'jsonb_plperl',
        'jsonb_plpython',   'ltree_plpython',
-       'pgcrypto',         'sepgsql',
+       'sepgsql',
        'brin',             'test_extensions',
        'test_misc',        'test_pg_dump',
        'snapshot_too_old', 'unsafe_tests');