Re: pgsql: Add support for LZ4 build in MSVC scripts

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: Add support for LZ4 build in MSVC scripts
Дата
Msg-id b9947b4c-af0d-bb2c-fa8b-44d6bd421bde@dunslane.net
обсуждение исходный текст
Ответ на pgsql: Add support for LZ4 build in MSVC scripts  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Add support for LZ4 build in MSVC scripts
Список pgsql-committers
On 5/10/21 9:44 PM, Michael Paquier wrote:
> Add support for LZ4 build in MSVC scripts
>
> Since its introduction in bbe0a81, compression of table data supports
> LZ4, but nothing had been done within the MSVC scripts to allow users to
> build the code with this library.
>
> This commit closes the gap by extending the MSVC scripts to be able to
> build optionally with LZ4.  Getting libraries that can be used for
> compilation and execution is possible as LZ4 can be compiled down to
> MSVC 2010 using its source tarball.  MinGW may require extra efforts to
> be able to work, and I have been able to test this only with MSVC, still
> this is better than nothing to give users a way to test the feature on
> Windows.


I don't think there's anything to do here. On Msys2 I think you can just
do 'pacman -S mingw64/mingw-w64-x86_64-lz4' and configure as normal.


cheers


andrew



--
Andrew Dunstan
EDB: https://www.enterprisedb.com




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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Tweak generation of Gen_dummy_probes.pl
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Change data type of counters in BufferUsage and WalUsage from lo