Re: pgsql: Disk-based Hash Aggregation.
Jeff Davis <pgsql@j-davis.com>
From: Jeff Davis <pgsql@j-davis.com>
To: Tom Lane <tgl@sss.pgh.pa.us>, Jeff Davis <jdavis@postgresql.org>
Cc: pgsql-committers@lists.postgresql.org
Date: 2020-03-23T21:49:29Z
Lists: pgsql-hackers
On Mon, 2020-03-23 at 02:05 -0400, Tom Lane wrote: > If there's no way to test the feature in some significantly-cheaper > way, > perhaps we should move this test out to a separate script that's not > run > by default. I'll rework the tests. I wanted to be a bit more aggressive about testing right after the checkin to shake out any problems, but I don't think that's necessary any more. Regards, Jeff Davis
Commits
-
Reduce test time for disk-based Hash Aggregation.
- 76df765e88fd 13.0 landed
-
Disk-based Hash Aggregation.
- 1f39bce02154 13.0 cited