PostgreSQL Source Code
git master
|
Data Fields | |
Relation | heap |
Relation | index |
BulkWriteState * | bulkstate |
BTScanInsert | inskey |
BlockNumber | btws_pages_alloced |
BlockNumber BTWriteState::btws_pages_alloced |
Definition at line 252 of file nbtsort.c.
Referenced by _bt_buildadd(), _bt_leafbuild(), and _bt_pagestate().
BulkWriteState* BTWriteState::bulkstate |
Definition at line 250 of file nbtsort.c.
Referenced by _bt_blnewpage(), _bt_blwritepage(), _bt_load(), and _bt_uppershutdown().
Relation BTWriteState::heap |
Definition at line 248 of file nbtsort.c.
Referenced by _bt_buildadd(), and _bt_leafbuild().
Relation BTWriteState::index |
Definition at line 249 of file nbtsort.c.
Referenced by _bt_buildadd(), _bt_leafbuild(), _bt_load(), _bt_pagestate(), and _bt_uppershutdown().
BTScanInsert BTWriteState::inskey |
Definition at line 251 of file nbtsort.c.
Referenced by _bt_buildadd(), _bt_leafbuild(), _bt_load(), and _bt_uppershutdown().