Improve wording of some pg_upgrade failure reports.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: c9c37ae03fea0c8ad467392ddf03940b61974935
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-04-29T19:40:34Z
Releases: 14.0
Improve wording of some pg_upgrade failure reports.

Don't advocate dropping a whole table when dropping a column would
serve.  While at it, try to make the layout of these messages a
bit cleaner and more consistent.

Per suggestion from Daniel Gustafsson.  No back-patch, as we generally
don't like to churn translatable messages in released branches.

Discussion: https://postgr.es/m/2798740.1619622555@sss.pgh.pa.us

Files

PathChange+/−
src/bin/pg_upgrade/check.c modified +5 −5
src/bin/pg_upgrade/version.c modified +14 −12

Discussion