mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Update for version 06-40-0001
This commit is contained in:
@@ -855,7 +855,7 @@ mylog("SQLFetch: stmt = %u, stmt->result= %u\n", stmt, stmt->result);
|
||||
value = QR_get_value_backend_row(res, stmt->currTuple, lf);
|
||||
}
|
||||
|
||||
mylog("value = '%s'\n", (value==NULL)?"<NULL>":value);
|
||||
mylog("value = '%s'\n", value);
|
||||
|
||||
retval = copy_and_convert_field_bindinfo(stmt, type, value, lf);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user