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

Commit7cdf666

Browse files
committed
Print new RelOptInfo field top_parent_relids in outfuncs.c
I intended to include this adjustment in the previous commit(7a39b5e4d11229ece930a51fd7cb29e535db44940) but messed up.
1 parent7a39b5e commit7cdf666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎src/backend/nodes/outfuncs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,6 +2250,7 @@ _outRelOptInfo(StringInfo str, const RelOptInfo *node)
22502250
WRITE_UINT_FIELD(baserestrict_min_security);
22512251
WRITE_NODE_FIELD(joininfo);
22522252
WRITE_BOOL_FIELD(has_eclass_joins);
2253+
WRITE_BITMAPSET_FIELD(top_parent_relids);
22532254
}
22542255

22552256
staticvoid

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp