Skip to content

Commit 6a034c3

Browse files
committed
Adjust error message wording per Andrew Dunstan's advice.
1 parent ce52737 commit 6a034c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/postmaster/postmaster.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
*
3838
*
3939
* IDENTIFICATION
40-
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.378 2004/03/24 04:07:31 momjian Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.379 2004/03/24 15:20:54 tgl Exp $
4141
*
4242
* NOTES
4343
*
@@ -817,7 +817,7 @@ PostmasterMain(int argc, char *argv[])
817817
*/
818818
if (ListenSocket[0] == -1)
819819
ereport(FATAL,
820-
(errmsg("no socket configured for listening")));
820+
(errmsg("no socket created for listening")));
821821

822822
XLOGPathInit();
823823

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy