mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
pg_upgrade: Clarify one message
Reported-by: Dennis Björklund <db@zigo.dhs.org>
This commit is contained in:
parent
7968184429
commit
d4ede668d6
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user