Re: WIP: Upper planner pathification - Mailing list pgsql-hackers

From Andres Freund
Subject Re: WIP: Upper planner pathification
Date
Msg-id 20160311232922.lygabktknkuqxpnj@alap3.anarazel.de
Whole thread Raw
In response to Re: WIP: Upper planner pathification  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: WIP: Upper planner pathification  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On 2016-03-10 23:38:14 -0500, Tom Lane wrote:
> > Would you rather add back the exports or should I?
> 
> I'll do it ... just send me the list.

After exporting make_agg, make_limit, make_sort_from_sortclauses and
making some trivial adjustments due to the pull_var_clause changes
change, Citus' tests pass on 9.6, bar some noise.  Pathification made
some plans switch from hash-agg to sort-agg, and the other way round;
but that's obviously ok.

Thanks,

Andres



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Background Processes and reporting
Next
From: Jim Nasby
Date:
Subject: Re: [COMMITTERS] pgsql: Provide much better wait information in pg_stat_activity.