PostgreSQL Source Code
git master
|
Data Fields | |
Relation | heap |
Relation | index |
BTScanInsert | inskey |
bool | btws_use_wal |
BlockNumber | btws_pages_alloced |
BlockNumber | btws_pages_written |
Page | btws_zeropage |
BlockNumber BTWriteState::btws_pages_alloced |
Definition at line 256 of file nbtsort.c.
Referenced by _bt_buildadd(), _bt_leafbuild(), and _bt_pagestate().
BlockNumber BTWriteState::btws_pages_written |
Definition at line 257 of file nbtsort.c.
Referenced by _bt_blwritepage(), and _bt_leafbuild().
bool BTWriteState::btws_use_wal |
Definition at line 255 of file nbtsort.c.
Referenced by _bt_blwritepage(), _bt_leafbuild(), and _bt_load().
Page BTWriteState::btws_zeropage |
Definition at line 258 of file nbtsort.c.
Referenced by _bt_blwritepage(), and _bt_leafbuild().
Relation BTWriteState::heap |
Definition at line 252 of file nbtsort.c.
Referenced by _bt_buildadd(), and _bt_leafbuild().
Relation BTWriteState::index |
Definition at line 253 of file nbtsort.c.
Referenced by _bt_blwritepage(), _bt_buildadd(), _bt_leafbuild(), _bt_load(), _bt_pagestate(), and _bt_uppershutdown().
BTScanInsert BTWriteState::inskey |
Definition at line 254 of file nbtsort.c.
Referenced by _bt_buildadd(), _bt_leafbuild(), _bt_load(), and _bt_uppershutdown().