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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Add support for LZ4 build in MSVC scripts
Date: 2021-05-12 00:49:35
Message-ID: b9947b4c-af0d-bb2c-fa8b-44d6bd421bde@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-05-12 00:57:24 pgsql: Change data type of counters in BufferUsage and WalUsage from lo
Previous Message Andrew Dunstan 2021-05-12 00:07:23 pgsql: Tweak generation of Gen_dummy_probes.pl