Commit bf686796 authored by Tom Lane's avatar Tom Lane

Add missing "static" specifier.

Per buildfarm (pademelon, at least, doesn't like this).
parent 920218cb
...@@ -179,7 +179,7 @@ ExecEndGather(GatherState *node) ...@@ -179,7 +179,7 @@ ExecEndGather(GatherState *node)
* no data available from queues or no worker is available, it does * no data available from queues or no worker is available, it does
* fetch the data from local node. * fetch the data from local node.
*/ */
TupleTableSlot * static TupleTableSlot *
gather_getnext(GatherState *gatherstate) gather_getnext(GatherState *gatherstate)
{ {
PlanState *outerPlan; PlanState *outerPlan;
......
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