]> granicus.if.org Git - postgresql/commit
Initial implementation of lossy-tuple-bitmap data structures.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Apr 2005 22:24:02 +0000 (22:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Apr 2005 22:24:02 +0000 (22:24 +0000)
commitdb306521351a072a56bf7ab526932c78beb0a4aa
treef47d07ef1102d427eb44abc68f6af10bf43c76b4
parent18b985055de8270e4a8ba3a6bc1a2de1e980a136
Initial implementation of lossy-tuple-bitmap data structures.
Not connected to anything useful yet ...
src/backend/nodes/Makefile
src/backend/nodes/tidbitmap.c [new file with mode: 0644]
src/include/nodes/nodes.h
src/include/nodes/tidbitmap.h [new file with mode: 0644]