Skip to content

Commit d4ede66

Browse files
committedAug 11, 2017
pg_upgrade: Clarify one message
Reported-by: Dennis Björklund <db@zigo.dhs.org>
1 parent 7968184 commit d4ede66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/bin/pg_upgrade/check.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ check_for_reg_data_type_usage(ClusterInfo *cluster)
894894
bool found = false;
895895
char output_path[MAXPGPATH];
896896

897-
prep_status("Checking for reg* system OID user data types");
897+
prep_status("Checking for reg* data types in user tables");
898898

899899
snprintf(output_path, sizeof(output_path), "tables_using_reg.txt");
900900

0 commit comments

Comments
 (0)