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:
52a4255
)
Postgres -> PostgreSQL in error message
author
Peter Eisentraut
<
[email protected]
>
Tue, 5 Jul 2011 19:32:12 +0000
(22:32 +0300)
committer
Peter Eisentraut
<
[email protected]
>
Tue, 5 Jul 2011 19:41:14 +0000
(22:41 +0300)
contrib/pg_upgrade/controldata.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_upgrade/controldata.c
b/contrib/pg_upgrade/controldata.c
index 25ee81f2a0908df72b9026a7558a64159727565b..8e0db7750ff3da1d79b696c0bd2bc74558278f76 100644
(file)
--- a/
contrib/pg_upgrade/controldata.c
+++ b/
contrib/pg_upgrade/controldata.c
@@
-140,8
+140,8
@@
get_control_data(ClusterInfo *cluster, bool live_check)
if (!isascii(*p))
pg_log(PG_FATAL,
"The 8.3 cluster's pg_controldata is incapable of outputting ASCII, even\n"
- "with LANG=C. You must upgrade this cluster to a newer version of Postgre
s
\n"
- "8.3 to fix this bug. Postgre
s
8.3.7 and later are known to work properly.\n");
+ "with LANG=C. You must upgrade this cluster to a newer version of Postgre
SQL
\n"
+ "8.3 to fix this bug. Postgre
SQL
8.3.7 and later are known to work properly.\n");
}
#endif