Suppress compiler warning.

Given the limited range of i, these shifts should not cause any
problem, but that apparently doesn't stop some compilers from
whining about them.

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d9b9289c837a98b78b948b597fabd9ab0a96c0db

Modified Files
--------------
src/backend/access/gin/ginvalidate.c    |    3 ++-
src/backend/access/gist/gistvalidate.c  |    3 ++-
src/backend/access/spgist/spgvalidate.c |    2 +-
3 files changed, 5 insertions(+), 3 deletions(-)


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to