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:
parent
a60569ad76
commit
0fcf265c41
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user