For non-projecting plan node types such as Limit, set_plan_references
has to recopy the input plan node's targetlist if it removes a SubqueryScan node just below the non-projecting node. For simplicity I made it recopy always. Per bug report from Allan Wang and Michael Fuhr.
Showing
Please register or sign in to comment