Re: pgsql: Add support for building with ZSTD.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Robert Haas <rhaas@postgresql.org>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-19T06:18:57Z
Lists: pgsql-hackers
Attachments
- doc-zstd-msvc.patch (text/x-diff) patch
Hi, On Fri, Feb 18, 2022 at 06:53:10PM +0000, Robert Haas wrote: > Add support for building with ZSTD. > > This commit doesn't actually add anything that uses ZSTD; that will be > done separately. It just puts the basic infrastructure into place. > > Jeevan Ladhe, Robert Haas, and Michael Paquier. Reviewed by Justin > Pryzby and Andres Freund. I completely forgot that the section of the docs dedicated to the TAP tests with MSVC also needs a refresh to mention the new variable ZSTD, as of the attached. Do you mind if I apply that? Thanks, -- Michael
Commits
-
doc: Mention environment variable ZSTD in the TAP tests for MSVC
- bf4ed12b5820 15.0 landed
-
Add support for building with ZSTD.
- 6c417bbcc8ff 15.0 cited