pgsql: pg_upgrade: clarify the database names in error files

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_upgrade: clarify the database names in error files
Date: 2019-10-09 02:16:52
Message-ID: E1iI1X2-0002QX-66@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_upgrade: clarify the database names in error files

Previously, the "Database:" label in the error file was unclear if the
label was a status report or the problem was _in_ the database. New
text is "In database:".

Reported-by: Justin Pryzby

Discussion: https://postgr.es/m/20191002172337.GC9680@telsasoft.com

Backpatch-through: head

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/1634d361577aab30c7d90336c96b969a2f5e5811

Modified Files
--------------
src/bin/pg_upgrade/check.c | 8 ++++----
src/bin/pg_upgrade/function.c | 2 +-
src/bin/pg_upgrade/version.c | 4 ++--
3 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2019-10-09 04:32:26 pgsql: Flush logical mapping files with fd opened for read/write at che
Previous Message Bruce Momjian 2019-10-09 01:49:12 pgsql: doc: improve docs so config value default units are clearer