Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

+2-2
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)