Re: Question: test "aggregates" failed in 32-bit machine - Mailing list pgsql-hackers

From David Rowley
Subject Re: Question: test "aggregates" failed in 32-bit machine
Date
Msg-id CAApHDvpxPyGgkDi3Kk30zXOAswz=nAWX_ryo=vLeg_eeUx_9aA@mail.gmail.com
Whole thread Raw
In response to Re: Question: test "aggregates" failed in 32-bit machine  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Question: test "aggregates" failed in 32-bit machine  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 3 Oct 2022 at 08:10, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> As attached.

For the master version, I think it's safe just to get rid of
PlannerInfo.num_groupby_pathkeys now.  I only added that so I could
strip off the ORDER BY / DISTINCT aggregate PathKeys from the group by
pathkeys before passing to the functions that rearranged the GROUP BY
clause.

David



pgsql-hackers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: disfavoring unparameterized nested loops
Next
From: Andres Freund
Date:
Subject: Re: CI and test improvements