Add missing "static" qualifier.
Per buildfarm member pademelon.
This commit is contained in:
parent
944b41fc00
commit
b05ae27e9a
@ -392,7 +392,7 @@ gather_readnext(GatherState *gatherstate)
|
|||||||
* accounted.
|
* accounted.
|
||||||
* ----------------------------------------------------------------
|
* ----------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
void
|
static void
|
||||||
ExecShutdownGatherWorkers(GatherState *node)
|
ExecShutdownGatherWorkers(GatherState *node)
|
||||||
{
|
{
|
||||||
/* Shut down tuple queue readers before shutting down workers. */
|
/* Shut down tuple queue readers before shutting down workers. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user