Add missing "static" marker.
Per pademelon.
This commit is contained in:
parent
bfe089e372
commit
963af96920
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user