Eliminate duplicate hasnulls bit testing in index tuple access, and

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

Commit: 617dd33b6effe01852d6b4f71cd4c4e1f6eccbd6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-03-27T18:38:27Z
Releases: 8.1.0
Eliminate duplicate hasnulls bit testing in index tuple access, and
clean up itup.h a little bit.

Files

PathChange+/−
src/backend/access/common/indextuple.c modified +4 −5
src/include/access/ibit.h deleted +0 −32
src/include/access/itup.h modified +29 −27