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

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

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