pg_upgrade: clarify the database names in error files

Bruce Momjian <bruce@momjian.us>

Commit: 1634d361577aab30c7d90336c96b969a2f5e5811
Author: Bruce Momjian <bruce@momjian.us>
Date: 2019-10-09T02:16:48Z
Releases: 13.0
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

Files

PathChange+/−
src/bin/pg_upgrade/check.c modified +4 −4
src/bin/pg_upgrade/function.c modified +1 −1
src/bin/pg_upgrade/version.c modified +2 −2