On Wed, Apr 8, 2026 at 5:09 PM Andres Freund <[email protected]> wrote: > When reviewing the index prefetching patch I got a bit dismayed at how long > pg_attribute_always_inline is due to the way it triggers pgindent to format > stuff.
I had to significantly reorder function prototypes to avoid overly long prototypes that had pg_attribute_always_inline. While perhaps not strictly necessary, we shouldn't have to work around the fact that pg_attribute_always_inline is an absurdly verbose symbol name. > I propose that we remove the _attribute_ part of the name. +1 -- Peter Geoghegan
