When pg_upgrade can't find required pg_controldata information, report
_which_ cluster is failing, with this message:
The %s cluster lacks some required control information:
!got_date_is_int || !got_float8_pass_by_value)
{
pg_log(PG_REPORT,
- "Some required control information is missing; cannot find:\n");
+ "The %s cluster lacks some required control information:\n",
+ CLUSTER_NAME(cluster));
if (!got_xid)
pg_log(PG_REPORT, " checkpoint next XID\n");