mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Fix rebasing mistake in nodeGather.c
The patches committed as6e71dd7ce9
and3a1f8611f2
were developed in parallel but dependent on each other in a way that I failed to notice. This patch to fix the problem was prepared by Amit Kapila.
This commit is contained in:
@ -341,7 +341,7 @@ gather_readnext(GatherState *gatherstate)
|
|||||||
--gatherstate->nreaders;
|
--gatherstate->nreaders;
|
||||||
if (gatherstate->nreaders == 0)
|
if (gatherstate->nreaders == 0)
|
||||||
{
|
{
|
||||||
ExecShutdownGather(gatherstate);
|
ExecShutdownGatherWorkers(gatherstate);
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user