aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-02-15 17:11:52 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2016-02-15 17:11:52 -0500
commitd2ab9b0ac3e59f6423913669f14a9fe15ab6dc59 (patch)
tree811ce75eec94c9a414ff59a4376d414a563fbcc8 /src/backend/access/gist/gistvacuum.c
parent2dcaebea079d6e3c2c78bbf3b0948bf5ef707e21 (diff)
downloadpostgresql-d2ab9b0ac3e59f6423913669f14a9fe15ab6dc59.tar.gz
postgresql-d2ab9b0ac3e59f6423913669f14a9fe15ab6dc59.zip
Suppress compiler warnings about useless comparison of unsigned to zero.
Reportedly, some compilers warn about tests like "c < 0" if c is unsigned, and hence complain about the character range checks I added in commit 3bb3f42f3749d40b8d4de65871e8d828b18d4a45. This is a bit of a pain since the regex library doesn't really want to assume that chr is unsigned. However, since any such reconfiguration would involve manual edits of regcustom.h anyway, we can put it on the shoulders of whoever wants to do that to adjust this new range-checking macro correctly. Per gripes from Coverity and Andres.
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions