In pg_upgrade we have the string
"Checking for reg* system OID user data types"
see:
https://github.com/postgres/postgres/blob/master/src/bin/pg_upgrade/check.c#L897
Shouldn't it say something like:
"Checking for reg* system OID used in user tables"
/Dennis