On Wed, 3 Aug 2022 at 07:31, Zhihong Yu <z...@yugabyte.com> wrote: > On Tue, Aug 2, 2022 at 11:02 AM Zhihong Yu <z...@yugabyte.com> wrote: >> I was looking at the final patch and noticed that setno field in >> agg_presorted_distinctcheck struct is never used.
> Looks like setoff field is not used either. Thanks for the report. It seems transno was unused too. I just pushed a commit to remove all 3. David