]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Suppress "variable 'pagesaving' set but not used" warning.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Apr 2022 21:03:35 +0000 (17:03 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 6 Apr 2022 21:03:35 +0000 (17:03 -0400)
commit87166d25a4569ac06dc3dcf44fa8c12f0263f836
treee250a70b9d14bcea37050cdbd3a3325d6abf3403
parent8f4b5b09096ae5e470c6410312c24581da319733
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