Re: pgsql: Add support for building with ZSTD.

2022-02-20 Thread Michael Paquier
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 > zstd, that would be the command found in > PATH." you could write something like "The defau

Re: pgsql: Add support for building with ZSTD.

2022-02-20 Thread Robert Haas
On Sat, Feb 19, 2022 at 1:19 AM Michael Paquier wrote: > On Fri, Feb 18, 2022 at 06:53:10PM +, 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 in

Re: pgsql: Add support for building with ZSTD.

2022-02-18 Thread Michael Paquier
Hi, On Fri, Feb 18, 2022 at 06:53:10PM +, 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 Paquie