Make more consistent some translated strings related to compression
authorMichael Paquier <michael@paquier.xyz>
Wed, 21 Dec 2022 01:39:06 +0000 (10:39 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 21 Dec 2022 01:39:06 +0000 (10:39 +0900)
commitf450695e8899fcaffd1da06b6ef1b7f39abcac89
treebd4f57a8ac614740a0bfcdf5a934bb7c8b5c3ee8
parent22e3b558052aa209cba2a8fec192d76b5faef19e
Make more consistent some translated strings related to compression

This commit changes some of the bbstreamer files and pg_dump to use the
same style as a few other places (like common/compression.c), where the
name of the compression method is not part of the string, but an
argument of it.  This reduces a bit the translation work with less
string patterns.

Discussion: https://postgr.es/m/Y5/5tdK+4n3clvtU@paquier.xyz
src/bin/pg_basebackup/bbstreamer_gzip.c
src/bin/pg_basebackup/bbstreamer_lz4.c
src/bin/pg_basebackup/bbstreamer_zstd.c
src/bin/pg_dump/compress_io.c