Fix "‘static’ is not at beginning of declaration" warning

Andres Freund <andres@anarazel.de>

Commit: 116e851db5b3e51c962cc3468ba3055291cd8697
Author: Andres Freund <andres@anarazel.de>
Date: 2025-03-29T14:48:59Z
Releases: 18.0
Fix "‘static’ is not at beginning of declaration" warning

b98be8a2a2a used "const static" instead of "static const". We normally use the
latter form.

Discussion: https://postgr.es/m/z4mc2hzecahyq3paupfsouhuupmzmgum45md3k5my6bmo7gvn7@z5j26doqamqy

Files

PathChange+/−
src/port/pg_localeconv_r.c modified +1 −1

Discussion