| From: | Michael Paquier <michael(at)paquier(dot)xyz> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Make more consistent some translated strings related to compress |
| Date: | 2022-12-21 01:39:59 |
| Message-ID: | E1p7o5O-004dat-P5@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
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(at)paquier(dot)xyz
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/f450695e8899fcaffd1da06b6ef1b7f39abcac89
Modified Files
--------------
src/bin/pg_basebackup/bbstreamer_gzip.c | 4 ++--
src/bin/pg_basebackup/bbstreamer_lz4.c | 4 ++--
src/bin/pg_basebackup/bbstreamer_zstd.c | 4 ++--
src/bin/pg_dump/compress_io.c | 10 +++++-----
4 files changed, 11 insertions(+), 11 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2022-12-21 07:59:08 | Re: pgsql: Doc: Explain about Column List feature. |
| Previous Message | Michael Paquier | 2022-12-21 01:12:57 | pgsql: Switch some system functions to use get_call_result_type() |