Thread: pgsql: Suppress compiler warning.

pgsql: Suppress compiler warning.

From
Tom Lane
Date:
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(-)