|
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, (structsockaddr*)&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 postmasterrunning andaccepting%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); |
|