From: Peter Eisentraut Date: Fri, 11 Aug 2017 19:44:10 +0000 (-0400) Subject: pg_upgrade: Clarify one message X-Git-Tag: REL_10_BETA4~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d4ede668d6f0ca9e5dd6def4ea1ccddc441c6073;p=postgresql pg_upgrade: Clarify one message Reported-by: Dennis Björklund --- diff --git a/src/bin/pg_upgrade/check.c b/src/bin/pg_upgrade/check.c index 3d0fb96187..11f804b7e8 100644 --- a/src/bin/pg_upgrade/check.c +++ b/src/bin/pg_upgrade/check.c @@ -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");