mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Add missing "static" specifier.
Per buildfarm (pademelon, at least, doesn't like this).
This commit is contained in:
@ -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;
|
||||||
|
Reference in New Issue
Block a user