> On 18 Apr 2024, at 02:39, Andres Freund <andres@anarazel.de> wrote:
>
> There are lots of places that could benefit from adding 'static
> const'.
+1 for helping compiler.
GCC has a -Wsuggest-attribute=const, we can count these warnings and threat increase as an error :)
Best regards, Andrey Borodin.