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

Commit 698df33

Browse files
committed
Can't print PlannerGlobal's subroots list in outfuncs.
Since the subroots will surely link back to the same glob struct, this necessarily leads to infinite recursion. Doh. Found while trying to debug some other code.
1 parent 1609797 commit 698df33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/nodes/outfuncs.c

-1
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)