Commit ece1b67f authored by Bruce Momjian's avatar Bruce Momjian

> This stops the interface from leaking the row tuples (and thus the

> results of every fetch).

Stephen Robert Norris
parent 9590249e
......@@ -561,6 +561,7 @@ pgsource_fetch(pgsourceobject * self, PyObject * args)
}
PyList_Append(reslist, rowtuple);
Py_DECREF(rowtuple);
self->current_row++;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment