Make more consistent some translated strings related to compression
Michael Paquier <michael@paquier.xyz>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/bbstreamer_gzip.c | modified | +2 −2 |
| src/bin/pg_basebackup/bbstreamer_lz4.c | modified | +2 −2 |
| src/bin/pg_basebackup/bbstreamer_zstd.c | modified | +2 −2 |
| src/bin/pg_dump/compress_io.c | modified | +5 −5 |
Discussion
- Simplifications for error messages related to compression 6 messages · 2022-12-19 → 2022-12-22