aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/numutils.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-12-01 22:30:43 +0000
committerBruce Momjian <bruce@momjian.us>2005-12-01 22:30:43 +0000
commit113ece8f3d704cdcf20f2865d1ea8964159ee476 (patch)
tree2e2725c25873bba26c29fc33274c464c74176762 /src/backend/utils/adt/numutils.c
parent915fb7f687bd6553ec6466776f6eb1d6b81fbfcc (diff)
downloadpostgresql-113ece8f3d704cdcf20f2865d1ea8964159ee476.tar.gz
postgresql-113ece8f3d704cdcf20f2865d1ea8964159ee476.zip
Add all heap page rows visible bitmap idea:
< the heap. One way to allow this is to set a bit to index tuples > the heap. One way to allow this is to set a bit on index tuples < be cleared when a heap tuple is expired. < > be cleared when a heap tuple is expired. Another idea is to maintain > a bitmap of heap pages where all rows are visible to all backends, > and allow index lookups to reference that bitmap to avoid heap > lookups, perhaps the same bitmap we might add someday to determine > which heap pages need vacuuming.
Diffstat (limited to 'src/backend/utils/adt/numutils.c')
0 files changed, 0 insertions, 0 deletions