Re: should check interrupts in BuildRelationExtStatistics ? - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: should check interrupts in BuildRelationExtStatistics ?
Date
Msg-id CA+hUKGLB=cNksokWCPDwscUud0sy_LZ02o750S5ZNr_ny-spfQ@mail.gmail.com
Whole thread Raw
In response to Re: should check interrupts in BuildRelationExtStatistics ?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: should check interrupts in BuildRelationExtStatistics ?
List pgsql-hackers
On Wed, Jul 6, 2022 at 11:37 AM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> qsort_interruptible

+1

FWIW compute_scalar_stats() was already noted as hot and perhaps a
candidate for specialisation (with more study needed), but
qsort_interruptible() seems like a sane use of ~4KB of text to me.



pgsql-hackers by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: doc: Fix description of how the default user name is chosen
Next
From: Tom Lane
Date:
Subject: Re: automatically generating node support functions