1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-22 23:02:54 +03:00

Add missing "static" qualifier.

Per buildfarm member pademelon.
This commit is contained in:
Tom Lane 2015-11-10 18:24:18 -05:00
parent 944b41fc00
commit b05ae27e9a

View File

@ -392,7 +392,7 @@ gather_readnext(GatherState *gatherstate)
* accounted.
* ----------------------------------------------------------------
*/
void
static void
ExecShutdownGatherWorkers(GatherState *node)
{
/* Shut down tuple queue readers before shutting down workers. */