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

Commit698df33

Browse files
committed
Can't print PlannerGlobal's subroots list in outfuncs.
Since the subroots will surely link back to the same glob struct, thisnecessarily leads to infinite recursion. Doh. Found while trying todebug some other code.
1 parent1609797 commit698df33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/backend/nodes/outfuncs.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,6 @@ _outPlannerGlobal(StringInfo str, PlannerGlobal *node)
16541654
/* NB: this isn't a complete set of fields */
16551655
WRITE_NODE_FIELD(paramlist);
16561656
WRITE_NODE_FIELD(subplans);
1657-
WRITE_NODE_FIELD(subroots);
16581657
WRITE_BITMAPSET_FIELD(rewindPlanIDs);
16591658
WRITE_NODE_FIELD(finalrtable);
16601659
WRITE_NODE_FIELD(finalrowmarks);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp