Commit 6a034c33 authored by Tom Lane's avatar Tom Lane

Adjust error message wording per Andrew Dunstan's advice.

parent ce527375
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.378 2004/03/24 04:07:31 momjian Exp $ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.379 2004/03/24 15:20:54 tgl Exp $
* *
* NOTES * NOTES
* *
...@@ -817,7 +817,7 @@ PostmasterMain(int argc, char *argv[]) ...@@ -817,7 +817,7 @@ PostmasterMain(int argc, char *argv[])
*/ */
if (ListenSocket[0] == -1) if (ListenSocket[0] == -1)
ereport(FATAL, ereport(FATAL,
(errmsg("no socket configured for listening"))); (errmsg("no socket created for listening")));
XLOGPathInit(); XLOGPathInit();
......
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