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

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

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