Re: adding 'zstd' as a compression algorithm - Mailing list pgsql-hackers

From Robert Haas
Subject Re: adding 'zstd' as a compression algorithm
Date
Msg-id CA+TgmobOYGx_7BcHT_qJ9pw1VoL-2PdikRD9h_+OgxOEM2EuaA@mail.gmail.com
Whole thread Raw
In response to Re: adding 'zstd' as a compression algorithm  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Fri, Feb 18, 2022 at 9:52 AM Robert Haas <robertmhaas@gmail.com> wrote:
> So here's a revised patch for zstd support that uses
> AC_CHECK_HEADER(), plus a second patch to change the occurrences above
> to use AC_CHECK_HEADER() and remove all traces of the corresponding
> preprocessor symbol.

And I've now committed the first of these.

-- 
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Condition pushdown: why (=) is pushed down into join, but BETWEEN or >= is not?
Next
From: "Euler Taveira"
Date:
Subject: Re: [PATCH] Add support to table_to_xmlschema regex when timestamp has time zone