Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit963af96

Browse files
committed
Add missing "static" marker.
Per pademelon.
1 parentbfe089e commit963af96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/optimizer/prep/prepunion.c

Lines changed: 1 addition & 1 deletion
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+
staticRelids
20922092
adjust_child_relids(Relidsrelids,intnappinfos,AppendRelInfo**appinfos)
20932093
{
20942094
Bitmapset*result=NULL;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp