Commit c83cd6c1 authored by Bruce Momjian's avatar Bruce Momjian

Update description error text:

        (errmsg("no socket configured for listening")));
parent 51b48853
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.377 2004/03/24 04:04:51 momjian Exp $ * $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.378 2004/03/24 04:07:31 momjian 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 to listen on"))); (errmsg("no socket configured 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