Add missing "static" marker.
Per pademelon.
This commit is contained in:
parent
bfe089e372
commit
963af96920
1 changed files with 1 additions and 1 deletions
|
@ -2088,7 +2088,7 @@ adjust_appendrel_attrs_mutator(Node *node,
|
|||
* Substitute child relids for parent relids in a Relid set. The array of
|
||||
* appinfos specifies the substitutions to be performed.
|
||||
*/
|
||||
Relids
|
||||
static Relids
|
||||
adjust_child_relids(Relids relids, int nappinfos, AppendRelInfo **appinfos)
|
||||
{
|
||||
Bitmapset *result = NULL;
|
||||
|
|
Loading…
Reference in a new issue