pg_basebackup: Allow client-side LZ4 (de)compression.

Robert Haas <rhaas@postgresql.org>

Commit: 751b8d23b788580bbff7463e3959f9a92a95b28a
Author: Robert Haas <rhaas@postgresql.org>
Date: 2022-02-11T14:41:42Z
Releases: 15.0
pg_basebackup: Allow client-side LZ4 (de)compression.

LZ4 compression can now be performed on the client using
pg_basebackup -Ft --compress client-lz4, and LZ4 decompression of
a backup compressed on the server can be performed on the client
using pg_basebackup -Fp --compress server-lz4.

Dipesh Pandit, reviewed and tested by Jeevan Ladhe and Tushar Ahuja,
with a few corrections - and some documentation - by me.

Discussion: http://postgr.es/m/CAN1g5_FeDmiA9D8wdG2W6Lkq5CpubxOAqTmd2et9hsinTJtsMQ@mail.gmail.com

Files

Documentation touched

Discussion