Commit b05ae27e authored by Tom Lane's avatar Tom Lane

Add missing "static" qualifier.

Per buildfarm member pademelon.
parent 944b41fc
......@@ -392,7 +392,7 @@ gather_readnext(GatherState *gatherstate)
* accounted.
* ----------------------------------------------------------------
*/
void
static void
ExecShutdownGatherWorkers(GatherState *node)
{
/* Shut down tuple queue readers before shutting down workers. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment