We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7968184 commit d4ede66Copy full SHA for d4ede66
src/bin/pg_upgrade/check.c
@@ -894,7 +894,7 @@ check_for_reg_data_type_usage(ClusterInfo *cluster)
894
bool found = false;
895
char output_path[MAXPGPATH];
896
897
- prep_status("Checking for reg* system OID user data types");
+ prep_status("Checking for reg* data types in user tables");
898
899
snprintf(output_path, sizeof(output_path), "tables_using_reg.txt");
900
0 commit comments