mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-13 19:57:53 +08:00
Add missing "static" specifier.
Per buildfarm (pademelon, at least, doesn't like this).
This commit is contained in:
parent
920218cbc0
commit
bf686796a0
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user