pg_upgrade: Clarify one message

Reported-by: Dennis Björklund <db@zigo.dhs.org>
This commit is contained in:
Peter Eisentraut 2017-08-11 15:44:10 -04:00
parent 7968184429
commit d4ede668d6
1 changed files with 1 additions and 1 deletions

View File

@ -894,7 +894,7 @@ check_for_reg_data_type_usage(ClusterInfo *cluster)
bool found = false;
char output_path[MAXPGPATH];
prep_status("Checking for reg* system OID user data types");
prep_status("Checking for reg* data types in user tables");
snprintf(output_path, sizeof(output_path), "tables_using_reg.txt");