Re: Add proper planner support for ORDER BY / DISTINCT aggregates - Mailing list pgsql-hackers

From Zhihong Yu
Subject Re: Add proper planner support for ORDER BY / DISTINCT aggregates
Date
Msg-id CALNJ-vTi+YDuAWKp4Z_Dv=mrz=aq81qTg0D7wzc8y7rS_+i_cw@mail.gmail.com
Whole thread Raw
In response to Re: Add proper planner support for ORDER BY / DISTINCT aggregates  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Add proper planner support for ORDER BY / DISTINCT aggregates
List pgsql-hackers

Hi, David:
I was looking at the final patch and noticed that setno field in agg_presorted_distinctcheck struct is never used.

Looks like it was copied from neighboring struct.

Can you take a look at the patch ?

Thanks 
 
Attachment

pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: [PATCH] Add sortsupport for range types and btree_gist
Next
From: Jacob Champion
Date:
Subject: Re: Add index scan progress to pg_stat_progress_vacuum