pgsql: pg_upgrade: Tweak translatable strings

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: Tweak translatable strings
Date: 2022-05-23 08:57:06
Message-ID: E1nt3sA-000jOu-3i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-05-23 11:11:29 pgsql: doc: Improve COPY synopsis
Previous Message Peter Eisentraut 2022-05-23 08:39:17 pgsql: doc: Add documentation for pg_database.datlocprovider column