mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Add missing "static" qualifier.
Per buildfarm member pademelon.
This commit is contained in:
parent
944b41fc00
commit
b05ae27e9a
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ gather_readnext(GatherState *gatherstate)
|
|||
* accounted.
|
||||
* ----------------------------------------------------------------
|
||||
*/
|
||||
void
|
||||
static void
|
||||
ExecShutdownGatherWorkers(GatherState *node)
|
||||
{
|
||||
/* Shut down tuple queue readers before shutting down workers. */
|
||||
|
|
|
|||
Loading…
Reference in a new issue