Silence warnings about unused global variables Similar to commit "Remove unused global variables", silence -Wunused-but-set-global warnings from clang 23 (included in -Wall). These are variables that are used in assert-enabled builds only, so annotate them with PG_USED_FOR_ASSERTS_ONLY.
Branch ------ REL_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/5d17c0c02f3074a8273e020e3b9ffa4a41bea325 Modified Files -------------- src/backend/utils/cache/syscache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
