On Tue, 8 Nov 2022 at 15:17, John Naylor <[email protected]> wrote: > > > On Tue, Nov 8, 2022 at 8:57 AM David Rowley <[email protected]> wrote: > > Is there anything we could align to CPU cacheline size that would > > speed something up? > > InitCatCache() already has this, which could benefit from simpler notation.
Thanks. I wasn't aware. I'll convert that to use palloc_aligned in the patch. David
