hash.h's use of BSHIFT conflicts with <sys/param.h> on my

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 280acf0904340b1911b11e0ce8afe75cbfd1a650
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1998-10-04T20:19:08Z
Releases: 7.1.1
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

PathChange+/−
src/backend/access/hash/hashovfl.c modified +4 −4
src/include/access/hash.h modified +1 −2