Skip to content

Commit 7cdf666

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 parent 7a39b5e commit 7cdf666

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
static void

0 commit comments

Comments
 (0)