Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 963af96

Browse files
committed
Add missing "static" marker.
Per pademelon.
1 parent bfe089e commit 963af96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/optimizer/prep/prepunion.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2088,7 +2088,7 @@ adjust_appendrel_attrs_mutator(Node *node,
20882088
* Substitute child relids for parent relids in a Relid set. The array of
20892089
* appinfos specifies the substitutions to be performed.
20902090
*/
2091-
Relids
2091+
static Relids
20922092
adjust_child_relids(Relids relids, int nappinfos, AppendRelInfo **appinfos)
20932093
{
20942094
Bitmapset *result = NULL;

0 commit comments

Comments
 (0)