pgsql: Blind attempt to fix MSVC pgcrypto build.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Blind attempt to fix MSVC pgcrypto build.
Date: 2021-11-06 22:02:35
Message-ID: E1mjTlj-0002Pv-Jq@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3c2c391dc9f82fae181508ebcc2f7621ffefd024

Modified Files
--------------
src/tools/msvc/Mkvcbuild.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-11-06 22:04:10 Re: pgsql: pgcrypto: Remove non-OpenSSL support
Previous Message Tom Lane 2021-11-06 17:29:02 pgsql: Disallow making an empty lexeme via array_to_tsvector().