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

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

From
Tom Lane
Date:
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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a65747b1c787cc85dc59f088543f3d333f310eee

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