[Postgres-xl-developers] [Patch] Patch of fixing wrong referencing of targetlist/lefttree in simple sort.

Jaimin Pan jaimin.pan at gmail.com
Tue Feb 24 23:05:40 PST 2015


Hi All,

In make_remotesubplan, there could be make new result node if
is_projection_capable_plan get false in case of merge sort.
If so, the wrong lefttree and targetlist will be referenced.
Here is the patch for fixing this issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.postgres-xl.org/private.cgi/postgres-xl-developers-postgres-xl.org/attachments/20150225/e7fe554e/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: makeremoteplan.patch
Type: application/octet-stream
Size: 1219 bytes
Desc: not available
URL: <http://lists.postgres-xl.org/private.cgi/postgres-xl-developers-postgres-xl.org/attachments/20150225/e7fe554e/attachment.obj>


More information about the Postgres-xl-developers mailing list