Branch: Tag:

2017-11-22

2017-11-22 14:55:22 by Stephen R. van den Berg <srb@cuci.nl>

pgsql: Fix fetch_row_array().

1298:    if (eoffound)    return 0;    array(array|int) datarow = datarows->try_read_array(); -  if (!datarow) { +  if (!sizeof(datarow)) {    array cid = callout(gottimeout, timeout);    PT(datarow = datarows->read_array());    local_backend->remove_call_out(cid);