projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7a39b5e
)
Print new RelOptInfo field top_parent_relids in outfuncs.c
author
Robert Haas
<rhaas@postgresql.org>
Tue, 4 Apr 2017 03:06:36 +0000
(23:06 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 4 Apr 2017 03:06:36 +0000
(23:06 -0400)
I intended to include this adjustment in the previous commit
(
7a39b5e4d11229ece930a51fd7cb29e535db44940
) but messed up.
src/backend/nodes/outfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/nodes/outfuncs.c
b/src/backend/nodes/outfuncs.c
index 766ca49216f0761b3edd985a78b992fec072cf27..83fb39fe18790e0a68ed61aec315929e0d89da9c 100644
(file)
--- a/
src/backend/nodes/outfuncs.c
+++ b/
src/backend/nodes/outfuncs.c
@@
-2250,6
+2250,7
@@
_outRelOptInfo(StringInfo str, const RelOptInfo *node)
WRITE_UINT_FIELD(baserestrict_min_security);
WRITE_NODE_FIELD(joininfo);
WRITE_BOOL_FIELD(has_eclass_joins);
+ WRITE_BITMAPSET_FIELD(top_parent_relids);
}
static void