Re: Use generation context to speed up tuplesorts - Mailing list pgsql-hackers

From Justin Pryzby
Subject Re: Use generation context to speed up tuplesorts
Date
Msg-id 20220401132550.GW28503@telsasoft.com
Whole thread Raw
In response to Re: Use generation context to speed up tuplesorts  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On Fri, Apr 01, 2022 at 10:00:08PM +1300, David Rowley wrote:
> 0002:
> This modifies the tuplesort API so that instead of having a
> randomAccess bool flag,

Per cirrus, this missed updating one line for dtrace.

On Fri, Apr 01, 2022 at 10:00:08PM +1300, David Rowley wrote:
> I feel this is a pretty simple patch and if nobody has any objections
> then I plan to push all 3 of them on my New Zealand Monday morning.

I'll mark the CF as such.

-- 
Justin

Attachment

pgsql-hackers by date:

Previous
From: James Coleman
Date:
Subject: Re: Correct docs re: rewriting indexes when table rewrite is skipped
Next
From: Justin Pryzby
Date:
Subject: Re: Rewriting the test of pg_upgrade as a TAP test - take three - remastered set