mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +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
|
||||
* fetch the data from local node.
|
||||
*/
|
||||
TupleTableSlot *
|
||||
static TupleTableSlot *
|
||||
gather_getnext(GatherState *gatherstate)
|
||||
{
|
||||
PlanState *outerPlan;
|
||||
|
Reference in New Issue
Block a user