Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ef31095

Browse files
committed
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.
1 parent 0039049 commit ef31095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/nodes/outfuncs.c

+2
Original file line numberDiff line numberDiff line change
@@ -1920,6 +1920,7 @@ _outAppendPath(StringInfo str, const AppendPath *node)
19201920

19211921
WRITE_NODE_FIELD(partitioned_rels);
19221922
WRITE_NODE_FIELD(subpaths);
1923+
WRITE_INT_FIELD(first_partial_path);
19231924
}
19241925

19251926
static void
@@ -2224,6 +2225,7 @@ _outHashPath(StringInfo str, const HashPath *node)
22242225

22252226
WRITE_NODE_FIELD(path_hashclauses);
22262227
WRITE_INT_FIELD(num_batches);
2228+
WRITE_FLOAT_FIELD(inner_rows_total, "%.0f");
22272229
}
22282230

22292231
static void

0 commit comments

Comments
 (0)