Thread: pgsql: pg_upgrade: Tweak translatable strings

pgsql: pg_upgrade: Tweak translatable strings

From
Peter Eisentraut
Date:
pg_upgrade: Tweak translatable strings

"\r" (for progress output) must not be inside a translatable string
(gettext gets upset).

In passing, move the minimum supported version number to a separate
argument, so that we don't have to retranslate this string every year
now.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da1c0acd0a61eb8c1d62725ded9c219e783cc6a2

Modified Files
--------------
src/bin/pg_upgrade/check.c | 3 ++-
src/bin/pg_upgrade/util.c  | 5 ++++-
2 files changed, 6 insertions(+), 2 deletions(-)