pgsql: Blind attempt to fix MSVC pgcrypto build.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Blind attempt to fix MSVC pgcrypto build.
Дата
Msg-id E1mjTlj-0002Pv-Jq@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Disallow making an empty lexeme via array_to_tsvector().
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: pgcrypto: Remove non-OpenSSL support