hash.h's use of BSHIFT conflicts with <sys/param.h> on my
Tom Lane <tgl@sss.pgh.pa.us>
hash.h's use of BSHIFT conflicts with <sys/param.h> on my system. Finally got tired of looking at the compiler warning messages. BSHIFT isn't all that useful, so I just took out the macro.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/access/hash/hashovfl.c | modified | +4 −4 |
| src/include/access/hash.h | modified | +1 −2 |