Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef31095

Browse files
committed
Reconcile nodes/*funcs.c with PostgreSQL 11 work.
This covers new fields in two outfuncs.c functions having no readfuncs.ccounterpart. Thus, this changes only debugging output.
1 parent0039049 commitef31095

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/backend/nodes/outfuncs.c

Lines changed: 2 additions & 0 deletions
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
staticvoid
@@ -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
staticvoid

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp