Re: compression libraries and CF bot

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Cc: Dilip Kumar <dilipbalaut(at)gmail(dot)com>, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Daniil Zakhlystov <usernamedt(at)yandex-team(dot)ru>, Konstantin Knizhnik <k(dot)knizhnik(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: compression libraries and CF bot
Date: 2021-02-20 15:30:27
Message-ID: 20210220153027.GM14772@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-02-20 16:20:50 Re: computing dT from an interval
Previous Message Álvaro Herrera 2021-02-20 15:25:58 Re: some pointless HeapTupleHeaderIndicatesMovedPartitions calls