Обсуждение: pgsql: Suppress "variable 'pagesaving' set but not used" warning.

Поиск
Список
Период
Сортировка

pgsql: Suppress "variable 'pagesaving' set but not used" warning.

От
Tom Lane
Дата:
Suppress "variable 'pagesaving' set but not used" warning.

With asserts disabled, late-model clang notices that this variable
is incremented but never otherwise read.

Discussion: https://postgr.es/m/3171401.1649275153@sss.pgh.pa.us

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/87166d25a4569ac06dc3dcf44fa8c12f0263f836

Modified Files
--------------
src/backend/access/nbtree/nbtdedup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)