Initial implementation of lossy-tuple-bitmap data structures.

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

Commit: db306521351a072a56bf7ab526932c78beb0a4aa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-04-17T22:24:02Z
Releases: 8.1.0
Initial implementation of lossy-tuple-bitmap data structures.
Not connected to anything useful yet ...

Files

PathChange+/−
src/backend/nodes/Makefile modified +2 −2
src/backend/nodes/tidbitmap.c added +774 −0
src/include/nodes/nodes.h modified +9 −4
src/include/nodes/tidbitmap.h added +55 −0