On Tue, May 10, 2022 at 04:18:10PM -0400, Bruce Momjian wrote:
> > | Add the LZ4 compression method to pg_receivewal (Georgios Kokolatos)
> > | This is enabled via --compression-method=lz4 and requires binaries to be built using --with-lz4.
> > | Redesign pg_receivewal's compression options (Georgios Kokolatos)
> > | The new --compression-method option controls the type of compression, rather than just relying on --compress.
> >
> > It's --compress since 042a923ad.
>
> Yep, fixed.
It now says:
| The new --compression option controls the type of compression, rather than just relying on --compress.
But the option is --compress, and not --compression.