Suppress "variable 'pagesaving' set but not used" warning.
authorTom Lane
Wed, 6 Apr 2022 21:03:35 +0000 (17:03 -0400)
committerTom Lane
Wed, 6 Apr 2022 21:03:35 +0000 (17:03 -0400)
commita65747b1c787cc85dc59f088543f3d333f310eee
tree50efd661ef4eb48b169de765789a88c0a1cb8fd9
parent9a7229948c70945ca6ef0b36adfe61b74f4fdaf5
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
src/backend/access/nbtree/nbtdedup.c