Add missing "static" qualifier.
authorTom Lane <[email protected]>
Tue, 10 Nov 2015 23:24:18 +0000 (18:24 -0500)
committerTom Lane <[email protected]>
Tue, 10 Nov 2015 23:24:18 +0000 (18:24 -0500)
Per buildfarm member pademelon.

src/backend/executor/nodeGather.c

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