PostgreSQL Source Code
git master
|
Data Fields | |
BlockNumber | blockno |
char | status |
bool | ischunk |
bool | recheck |
bitmapword | words [Max(WORDS_PER_PAGE, WORDS_PER_CHUNK)] |
Definition at line 100 of file tidbitmap.c.
BlockNumber PagetableEntry::blockno |
Definition at line 102 of file tidbitmap.c.
Referenced by tbm_create_pagetable(), tbm_find_pageentry(), tbm_get_pageentry(), tbm_intersect(), tbm_intersect_page(), tbm_iterate(), tbm_lossify(), tbm_mark_page_lossy(), tbm_shared_comparator(), tbm_shared_iterate(), and tbm_union_page().
bool PagetableEntry::ischunk |
Definition at line 104 of file tidbitmap.c.
Referenced by tbm_add_tuples(), tbm_begin_iterate(), tbm_find_pageentry(), tbm_intersect(), tbm_intersect_page(), tbm_lossify(), tbm_mark_page_lossy(), tbm_page_is_lossy(), tbm_prepare_shared_iterate(), and tbm_union_page().
bool PagetableEntry::recheck |
Definition at line 105 of file tidbitmap.c.
Referenced by tbm_add_tuples(), tbm_intersect_page(), tbm_iterate(), tbm_shared_iterate(), and tbm_union_page().
char PagetableEntry::status |
Definition at line 103 of file tidbitmap.c.
Referenced by tbm_create_pagetable(), tbm_get_pageentry(), and tbm_mark_page_lossy().
bitmapword PagetableEntry::words[Max(WORDS_PER_PAGE, WORDS_PER_CHUNK)] |
Definition at line 106 of file tidbitmap.c.
Referenced by tbm_add_tuples(), tbm_extract_page_tuple(), tbm_intersect_page(), tbm_mark_page_lossy(), tbm_page_is_lossy(), and tbm_union_page().