mirror of
https://github.com/danog/postgres.git
synced 2024-12-02 09:27:54 +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;
|
$this->numCols = $result->numCols;
|
||||||
|
|
||||||
|
$destroyed = &$this->destroyed;
|
||||||
|
|
||||||
$this->producer = new Producer(static function (callable $emit) use (&$destroyed, $release, $result, $fetch) {
|
$this->producer = new Producer(static function (callable $emit) use (&$destroyed, $release, $result, $fetch) {
|
||||||
try {
|
try {
|
||||||
do {
|
do {
|
||||||
|
Loading…
Reference in New Issue
Block a user