Thread: pgsql: pg_rewing pg_upgrade: Fix translation markers

pgsql: pg_rewing pg_upgrade: Fix translation markers

From
Peter Eisentraut
Date:
pg_rewing pg_upgrade: Fix translation markers

In pg_log_v(), we need to translate the fmt before processing, not the
formatted message afterwards.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e98c3ab2bd65f0e78bce20ace477eeed76b87345

Modified Files
--------------
src/bin/pg_rewind/logging.c | 10 +++++-----
src/bin/pg_upgrade/util.c   | 10 +++++-----
2 files changed, 10 insertions(+), 10 deletions(-)