Suppress compiler warning.
Tom Lane <tgl@sss.pgh.pa.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/gin/ginvalidate.c | modified | +2 −1 |
| src/backend/access/gist/gistvalidate.c | modified | +2 −1 |
| src/backend/access/spgist/spgvalidate.c | modified | +1 −1 |