On Thu, Apr 7, 2022 at 4:01 PM Andres Freund <and...@anarazel.de> wrote: > I'm on-board with that - but I think we should rewrite a bunch of places that > use MaxHeapTuplesPerPage sized-arrays on the stack first. It's not great using > several KB of stack at the current the current value already (*), but if it > grows > further...
No arguments here. There are probably quite a few places that won't need to be fixed, because it just doesn't matter, but lazy_scan_prune() will. -- Peter Geoghegan