]> granicus.if.org Git - postgresql/commit
pg_upgrade: clarify the database names in error files
authorBruce Momjian <bruce@momjian.us>
Wed, 9 Oct 2019 02:16:48 +0000 (22:16 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 9 Oct 2019 02:16:48 +0000 (22:16 -0400)
commit1634d361577aab30c7d90336c96b969a2f5e5811
tree4df086888222cc786c136e2284e6f86ce1fd2e21
parent6c9fb69f2bb589c210a114162e67c86476460453
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
src/bin/pg_upgrade/check.c
src/bin/pg_upgrade/function.c
src/bin/pg_upgrade/version.c