git.postgresql.org Git - postgresql.git/commit
Wed, 9 Mar 2016 15:56:36 +0000 (10:56 -0500)
Wed, 9 Mar 2016 15:56:46 +0000 (10:56 -0500)
commit 8776c15c85322612b9bf79daf50f74be71c12e05
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.
This is the main PostgreSQL git repository.
RSS
Atom