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)
commit9bb88d8597661eb5547d66a3995120df564f6abc
tree5a60aa50ec59a9dee6e70f9f67b8b6ddc5bd1c76
parentbc6a9b5c8e70d84bf8e0dc8c5f0f2aaaac695452
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]