We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220b261 commit 1bd3dd0Copy full SHA for 1bd3dd0
src/interfaces/libpq/fe-connect.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.167 2001/07/15 13:45:04 petere Exp $
+ * $Header: /cvsroot/pgsql/src/interfaces/libpq/fe-connect.c,v 1.168 2001/07/16 20:05:51 petere Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -710,7 +710,7 @@ connectMakeNonblocking(PGconn *conn)
710
#endif
711
{
712
printfPQExpBuffer(&conn->errorMessage,
713
- libpq_gettext("could not socket to non-blocking mode: %s\n"),
+ libpq_gettext("could not set socket to non-blocking mode: %s\n"),
714
strerror(errno));
715
return 0;
716
}
0 commit comments