aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2018-05-31 16:07:13 -0700
committerNoah Misch <noah@leadboat.com>2018-05-31 16:07:13 -0700
commitef3109500030030b0e8d3c1d7f2b409d702cc49a (patch)
tree22477ac9c5d6ed1dcdfc5a7adeece7271cb66d7c /src
parent0039049fb1d76afef05d550823b27731ad7d7b3d (diff)
downloadpostgresql-ef3109500030030b0e8d3c1d7f2b409d702cc49a.tar.gz
postgresql-ef3109500030030b0e8d3c1d7f2b409d702cc49a.zip
Reconcile nodes/*funcs.c with PostgreSQL 11 work.
This covers new fields in two outfuncs.c functions having no readfuncs.c counterpart. Thus, this changes only debugging output.
Diffstat (limited to 'src')
-rw-r--r--src/backend/nodes/outfuncs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/backend/nodes/outfuncs.c b/src/backend/nodes/outfuncs.c
index 1da9d7ed150..610f9edaf5b 100644
--- 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