projects
/
users
/
hanada
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d220fc
)
Fix wrong verb in pg_upgrade text message, per Haas.
author
Bruce Momjian
<
[email protected]
>
Wed, 2 Feb 2011 21:53:12 +0000
(16:53 -0500)
committer
Bruce Momjian
<
[email protected]
>
Wed, 2 Feb 2011 21:53:12 +0000
(16:53 -0500)
contrib/pg_upgrade/check.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/check.c
b/contrib/pg_upgrade/check.c
index fc82be47937397d93f8fa55e13c1d2392129b3b1..1103e362a446bb28bd84e017a6ec94961b12927f 100644
(file)
--- a/
contrib/pg_upgrade/check.c
+++ b/
contrib/pg_upgrade/check.c
@@
-186,7
+186,7
@@
output_completion_banner(char *deletion_script_file_name)
/* Did we copy the free space files? */
if (GET_MAJOR_VERSION(old_cluster.major_version) >= 804)
pg_log(PG_REPORT,
- "| Optimizer statistics
is
not transferred by pg_upgrade\n"
+ "| Optimizer statistics
are
not transferred by pg_upgrade\n"
"| so consider running:\n"
"| \tvacuumdb --all --analyze-only\n"
"| on the newly-upgraded cluster.\n\n");