Skip to content

Commit c83cd6c

Browse files
committed
Update description error text:
(errmsg("no socket configured for listening")));
1 parent 51b4885 commit c83cd6c

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.377 2004/03/24 04:04:51 momjian Exp $
40+
* $PostgreSQL: pgsql/src/backend/postmaster/postmaster.c,v 1.378 2004/03/24 04:07:31 momjian 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 to listen on")));
820+
(errmsg("no socket configured 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