PostgreSQL Source Code  git master
BTWriteState Struct Reference

Data Fields

Relation heap
 
Relation index
 
BulkWriteStatebulkstate
 
BTScanInsert inskey
 
BlockNumber btws_pages_alloced
 

Detailed Description

Definition at line 244 of file nbtsort.c.

Field Documentation

◆ btws_pages_alloced

BlockNumber BTWriteState::btws_pages_alloced

Definition at line 250 of file nbtsort.c.

Referenced by _bt_buildadd(), _bt_leafbuild(), and _bt_pagestate().

◆ bulkstate

BulkWriteState* BTWriteState::bulkstate

Definition at line 248 of file nbtsort.c.

Referenced by _bt_blnewpage(), _bt_blwritepage(), _bt_load(), and _bt_uppershutdown().

◆ heap

Relation BTWriteState::heap

Definition at line 246 of file nbtsort.c.

Referenced by _bt_buildadd(), and _bt_leafbuild().

◆ index

Relation BTWriteState::index

Definition at line 247 of file nbtsort.c.

Referenced by _bt_buildadd(), _bt_leafbuild(), _bt_load(), _bt_pagestate(), and _bt_uppershutdown().

◆ inskey

BTScanInsert BTWriteState::inskey

Definition at line 249 of file nbtsort.c.

Referenced by _bt_buildadd(), _bt_leafbuild(), _bt_load(), and _bt_uppershutdown().


The documentation for this struct was generated from the following file: