1
0
mirror of https://github.com/danog/postgres.git synced 2024-11-30 04:29:12 +01:00

Add missed reference

This commit is contained in:
Aaron Piotrowski 2019-04-03 10:22:32 -05:00
parent a60569ad76
commit 0fcf265c41
No known key found for this signature in database
GPG Key ID: ADD1EF783EDE9EEB

View File

@ -29,6 +29,8 @@ final class PqUnbufferedResultSet implements ResultSet
{
$this->numCols = $result->numCols;
$destroyed = &$this->destroyed;
$this->producer = new Producer(static function (callable $emit) use (&$destroyed, $release, $result, $fetch) {
try {
do {