projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0039049
)
Reconcile nodes/*funcs.c with PostgreSQL 11 work.
author
Noah Misch
<noah@leadboat.com>
Thu, 31 May 2018 23:07:13 +0000
(16:07 -0700)
committer
Noah Misch
<noah@leadboat.com>
Thu, 31 May 2018 23:07:13 +0000
(16:07 -0700)
This covers new fields in two outfuncs.c functions having no readfuncs.c
counterpart. Thus, this changes only debugging output.
src/backend/nodes/outfuncs.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/nodes/outfuncs.c
b/src/backend/nodes/outfuncs.c
index 1da9d7ed1505c6229d65d258db005a4af28fd089..610f9edaf5bfa94902dfd653ae6fd30f498a25b8 100644
(file)
--- a/
src/backend/nodes/outfuncs.c
+++ b/
src/backend/nodes/outfuncs.c
@@
-1920,6
+1920,7
@@
_outAppendPath(StringInfo str, const AppendPath *node)
WRITE_NODE_FIELD(partitioned_rels);
WRITE_NODE_FIELD(subpaths);
+ WRITE_INT_FIELD(first_partial_path);
}
static void
@@
-2224,6
+2225,7
@@
_outHashPath(StringInfo str, const HashPath *node)
WRITE_NODE_FIELD(path_hashclauses);
WRITE_INT_FIELD(num_batches);
+ WRITE_FLOAT_FIELD(inner_rows_total, "%.0f");
}
static void