|
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 92 of file tidbitmap.c.
| BlockNumber PagetableEntry::blockno |
Definition at line 94 of file tidbitmap.c.
Referenced by tbm_create_pagetable(), tbm_find_pageentry(), tbm_get_pageentry(), tbm_intersect(), tbm_intersect_page(), tbm_lossify(), tbm_mark_page_lossy(), tbm_private_iterate(), tbm_shared_comparator(), tbm_shared_iterate(), and tbm_union_page().
| bool PagetableEntry::ischunk |
Definition at line 96 of file tidbitmap.c.
Referenced by tbm_add_tuples(), tbm_begin_private_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 97 of file tidbitmap.c.
Referenced by tbm_add_tuples(), tbm_intersect_page(), tbm_private_iterate(), tbm_shared_iterate(), and tbm_union_page().
| char PagetableEntry::status |
Definition at line 95 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 98 of file tidbitmap.c.
Referenced by tbm_add_tuples(), tbm_advance_schunkbit(), tbm_extract_page_tuple(), tbm_intersect_page(), tbm_mark_page_lossy(), tbm_page_is_lossy(), and tbm_union_page().