On Wed, Jul 6, 2022 at 11:37 AM Tom Lane <[email protected]> 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.
