pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-22
2017-11-22 14:54:23 by Stephen R. van den Berg <srb@cuci.nl>
574c650baa009f295e4c86dd19945fc5f2fd70a1 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.1
pgsql: Fix fetch_row_array().
1301:
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);