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

2021-05-11 Thread Michael Paquier
On Tue, May 11, 2021 at 08:49:35PM -0400, Andrew Dunstan wrote: > 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. Good to know. Thanks! -- Michael signature.asc Description: PGP signature

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

2021-05-11 Thread Andrew Dunstan
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 th