pg_upgrade: clarify the database names in error files
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |