aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeff Davis <jdavis@postgresql.org>2025-02-22 10:03:11 -0800
committerJeff Davis <jdavis@postgresql.org>2025-02-22 10:03:11 -0800
commitcb45dc3afb05ce5e5267b1a9be4725d0be7ee33c (patch)
tree2391737d63543921128ec1c9eded068182b55356 /src
parentbba2fbc6238b2a0a7f348fbbb5c31ffa7623bc39 (diff)
downloadpostgresql-cb45dc3afb05ce5e5267b1a9be4725d0be7ee33c.tar.gz
postgresql-cb45dc3afb05ce5e5267b1a9be4725d0be7ee33c.zip
Documentation fixups for dumping statistics.
Reported-by: Hayato Kuroda (Fujitsu) <kuroda.hayato@fujitsu.com> Reported-by: Andrew Dunstan <andrew@dunslane.net> Discussion: https://postgr.es/m/OSCPR01MB149665630030E7F54FDA8B27BF5C72@OSCPR01MB14966.jpnprd01.prod.outlook.com Discussion: https://postgr.es/m/25d26774-25fa-46f2-9888-c6a707d1fef7@dunslane.net
Diffstat (limited to 'src')
-rw-r--r--src/bin/pg_upgrade/check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/check.c b/src/bin/pg_upgrade/check.c
index d6f629dd3a2..88db8869b6e 100644
--- a/src/bin/pg_upgrade/check.c
+++ b/src/bin/pg_upgrade/check.c
@@ -779,7 +779,7 @@ output_completion_banner(char *deletion_script_file_name)
}
pg_log(PG_REPORT,
- "Optimizer statistics are not transferred by pg_upgrade.\n"
+ "Some optimizer statistics may not have been transferred by pg_upgrade.\n"
"Once you start the new server, consider running:\n"
" %s/vacuumdb %s--all --analyze-in-stages", new_cluster.bindir, user_specification.data);