Simplifications for error messages related to compression
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-12-19T05:42:13Z
Lists: pgsql-hackers
Attachments
- compress-strings.patch (text/x-diff) patch
Hi all, While looking at a different patch, I have noticed that the error messages produced by pg_basebackup and pg_dump are a bit inconsistent with the other others. Why not switching all of them as of the attached? This reduces the overall translation effort, using more: "this build does not support compression with %s" Thoughts or objections? -- Michael
Commits
-
Make more consistent some translated strings related to compression
- f450695e8899 16.0 landed