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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a65747b1c787cc85dc59f088543f3d333f310eee
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-04-06T21:03:35Z
Releases: 14.3
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

Files

PathChange+/−
src/backend/access/nbtree/nbtdedup.c modified +1 −1

Discussion