On Wed, Jan 20, 2021 at 10:29:05AM +1300, Thomas Munro wrote: > I have added lz4 to the FreeBSD and Ubuntu build tasks, so we'll see > if that helps at the next periodic build or when a new patch is > posted. It's failing on Windows because there is no HAVE_LIBLZ4 in > Solution.pm, and I don't know how to install that on a Mac.
For mac, does it just need this ? brew install lz4 Dilip's TOAST patch is passing on linux and bsd --with-lz4, so I think it's desirable to install on mac now. libzstd would be desirable for linux/bsd/mac for Konstantin's libpq patch, and my pg_dump patch. https://formulae.brew.sh/formula/zstd -- Justin