Thread: Wrong original string in pg_upgrade?
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
On 8/7/17 01:42, Dennis Björklund wrote: > 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" Yes, I think that is better. Fixed. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-translators mailing list (pgsql-translators@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-translators
On 8/7/17 01:42, Dennis Björklund wrote: > 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" Yes, I think that is better. Fixed. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services