Re: adding 'zstd' as a compression algorithm
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>, Justin Pryzby <pryzby@telsasoft.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-19T21:54:24Z
Lists: pgsql-hackers
On 2022-02-18 09:52:52 -0500, Robert Haas wrote: > plus a second patch to change the occurrences above to use AC_CHECK_HEADER() > and remove all traces of the corresponding preprocessor symbol. LGTM. I'm not entirely sure the gssapi one is a real improvement, because we kind of test for that branch, via the #else in HAVE_GSSAPI_H. But on balance, I'd probably go for it.
Commits
-
Add support for building with ZSTD.
- 6c417bbcc8ff 15.0 landed