Add missing "static" marker.

Per pademelon.
This commit is contained in:
Tom Lane 2017-08-17 11:17:39 -04:00
parent bfe089e372
commit 963af96920

View File

@ -2088,7 +2088,7 @@ adjust_appendrel_attrs_mutator(Node *node,
* Substitute child relids for parent relids in a Relid set. The array of * Substitute child relids for parent relids in a Relid set. The array of
* appinfos specifies the substitutions to be performed. * appinfos specifies the substitutions to be performed.
*/ */
Relids static Relids
adjust_child_relids(Relids relids, int nappinfos, AppendRelInfo **appinfos) adjust_child_relids(Relids relids, int nappinfos, AppendRelInfo **appinfos)
{ {
Bitmapset *result = NULL; Bitmapset *result = NULL;