Fix incorrect tlist generation in create_gather_plan().
This function is written as though Gather doesn't project; but it does. Even if it did not project, though, we must use build_path_tlist to ensure that the output columns receive correct sortgroupref labeling. Per report from Amit Kapila.
Showing
Please register or sign in to comment