8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0039049 commit ef31095Copy full SHA for ef31095
src/backend/nodes/outfuncs.c
@@ -1920,6 +1920,7 @@ _outAppendPath(StringInfo str, const AppendPath *node)
1920
1921
WRITE_NODE_FIELD(partitioned_rels);
1922
WRITE_NODE_FIELD(subpaths);
1923
+ WRITE_INT_FIELD(first_partial_path);
1924
}
1925
1926
static void
@@ -2224,6 +2225,7 @@ _outHashPath(StringInfo str, const HashPath *node)
2224
2225
2226
WRITE_NODE_FIELD(path_hashclauses);
2227
WRITE_INT_FIELD(num_batches);
2228
+ WRITE_FLOAT_FIELD(inner_rows_total, "%.0f");
2229
2230
2231
0 commit comments