Re: pgsql: Add support for building with ZSTD.
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-02-21T01:02:58Z
Lists: pgsql-hackers
On Sun, Feb 20, 2022 at 09:45:05AM -0500, Robert Haas wrote: > No issues at all with you adjusting this, but I think that sentence > reads a little awkwardly. Thanks. > Perhaps instead of "The default is > <literal>zstd</literal>, that would be the command found in > <varname>PATH</varname>." you could write something like "The default > is <literal>zstd</literal>, which will search for a command by that > name in the configured <varname>PATH</varname>." Or maybe something > else is better, not sure exactly, your version just seems a little odd > to me. Okay, done then. We've been using the same wording for all the other variables, and what you are suggesting here sounds much better to me, so I have adjusted all the descriptions this way, and added the ZSTD part. -- 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