]> granicus.if.org Git - postgresql/commit
hash.h's use of BSHIFT conflicts with <sys/param.h> on my
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Oct 1998 20:19:08 +0000 (20:19 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Oct 1998 20:19:08 +0000 (20:19 +0000)
commit280acf0904340b1911b11e0ce8afe75cbfd1a650
tree3d50062cc66e4babed9d3184bb7062adc05647de
parent3512284bdaa34cc03051543f0cdb7fa19fcd9385
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.
src/backend/access/hash/hashovfl.c
src/include/access/hash.h