Add missing "static" qualifier.

Per buildfarm member pademelon.
pull/14/head^2
Tom Lane 10 years ago
parent 944b41fc00
commit b05ae27e9a
  1. 2
      src/backend/executor/nodeGather.c

@ -392,7 +392,7 @@ gather_readnext(GatherState *gatherstate)
* accounted.
* ----------------------------------------------------------------
*/
void
static void
ExecShutdownGatherWorkers(GatherState *node)
{
/* Shut down tuple queue readers before shutting down workers. */

Loading…
Cancel
Save