mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
@ -2136,7 +2136,7 @@ keep_going: /* We will come back to here until there is
|
||||
} /* loop over addresses */
|
||||
|
||||
/*
|
||||
* Ooops, no more addresses. An appropriate error message is
|
||||
* Oops, no more addresses. An appropriate error message is
|
||||
* already set up, so just set the right status.
|
||||
*/
|
||||
goto error_return;
|
||||
|
@ -2334,7 +2334,7 @@ PQputCopyEnd(PGconn *conn, const char *errormsg)
|
||||
{
|
||||
if (errormsg)
|
||||
{
|
||||
/* Ooops, no way to do this in 2.0 */
|
||||
/* Oops, no way to do this in 2.0 */
|
||||
printfPQExpBuffer(&conn->errorMessage,
|
||||
libpq_gettext("function requires at least protocol version 3.0\n"));
|
||||
return -1;
|
||||
|
Reference in New Issue
Block a user