PostgreSQL Source Code
git master
|
Data Fields | |
Relation | rm_irel |
BlockNumber | rm_pagesPerRange |
BlockNumber | rm_lastRevmapPage |
Buffer | rm_metaBuf |
Buffer | rm_currBuf |
Definition at line 46 of file brin_revmap.c.
Buffer BrinRevmap::rm_currBuf |
Definition at line 52 of file brin_revmap.c.
Referenced by brinGetTupleForHeapBlock(), brinRevmapInitialize(), brinRevmapTerminate(), and revmap_get_buffer().
Relation BrinRevmap::rm_irel |
Definition at line 48 of file brin_revmap.c.
Referenced by brinGetTupleForHeapBlock(), brinRevmapInitialize(), revmap_get_buffer(), and revmap_physical_extend().
BlockNumber BrinRevmap::rm_lastRevmapPage |
Definition at line 50 of file brin_revmap.c.
Referenced by brinRevmapInitialize(), revmap_extend_and_get_blkno(), and revmap_physical_extend().
Buffer BrinRevmap::rm_metaBuf |
Definition at line 51 of file brin_revmap.c.
Referenced by brinRevmapInitialize(), brinRevmapTerminate(), and revmap_physical_extend().
BlockNumber BrinRevmap::rm_pagesPerRange |
Definition at line 49 of file brin_revmap.c.
Referenced by brinGetTupleForHeapBlock(), brinRevmapDesummarizeRange(), brinRevmapInitialize(), revmap_extend_and_get_blkno(), revmap_get_blkno(), and revmap_physical_extend().