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:55:22 by Stephen R. van den Berg <srb@cuci.nl>
7c950358de39618acb8d21a9b2f706a725b8a470 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
8.0
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);