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
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
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