File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.51 1997/12/04 20:26:09 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.52 1997/12/04 20:32:35 momjian Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -572,7 +572,7 @@ connectDB(PGconn *conn)
572
572
if (connect (port -> sock , (struct sockaddr * ) & port -> raddr , len ) < 0 )
573
573
{
574
574
(void ) sprintf (conn -> errorMessage ,
575
- "connectDB() failed: Is the postmaster accepting%s connections at '%s' on port '%s'?\n" ,
575
+ "connectDB() failed: Is the postmaster running and accepting%s connections at '%s' on port '%s'?\n" ,
576
576
conn -> pghost ? " TCP/IP(with -i)" : "" ,
577
577
conn -> pghost ? conn -> pghost : "UNIX Socket" ,
578
578
conn -> pgport );
You can’t perform that action at this time.
0 commit comments