Commit 76dfcb94 authored by Peter Eisentraut's avatar Peter Eisentraut

Postgres -> PostgreSQL in error message

parent 52a42550
...@@ -140,8 +140,8 @@ get_control_data(ClusterInfo *cluster, bool live_check) ...@@ -140,8 +140,8 @@ get_control_data(ClusterInfo *cluster, bool live_check)
if (!isascii(*p)) if (!isascii(*p))
pg_log(PG_FATAL, pg_log(PG_FATAL,
"The 8.3 cluster's pg_controldata is incapable of outputting ASCII, even\n" "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 Postgres\n" "with LANG=C. You must upgrade this cluster to a newer version of PostgreSQL\n"
"8.3 to fix this bug. Postgres 8.3.7 and later are known to work properly.\n"); "8.3 to fix this bug. PostgreSQL 8.3.7 and later are known to work properly.\n");
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment