mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Fix it's and its to be correct.
This commit is contained in:
@@ -692,7 +692,7 @@ mylog("SQLGetData: enter, stmt=%u\n", stmt);
|
||||
mylog(" value = '%s'\n", value);
|
||||
}
|
||||
}
|
||||
else { /* its a SOCKET result (backend data) */
|
||||
else { /* it's a SOCKET result (backend data) */
|
||||
if (stmt->currTuple == -1 || ! res || ! res->tupleField) {
|
||||
stmt->errormsg = "Not positioned on a valid row for GetData.";
|
||||
stmt->errornumber = STMT_INVALID_CURSOR_STATE_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user