PostgreSQL Source Code  git master
BTWriteState Struct Reference

Data Fields

Relation heap
 
Relation index
 
BTScanInsert inskey
 
bool btws_use_wal
 
BlockNumber btws_pages_alloced
 
BlockNumber btws_pages_written
 
Page btws_zeropage
 

Detailed Description

Definition at line 250 of file nbtsort.c.

Field Documentation

◆ btws_pages_alloced

BlockNumber BTWriteState::btws_pages_alloced

Definition at line 256 of file nbtsort.c.

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

◆ btws_pages_written

BlockNumber BTWriteState::btws_pages_written

Definition at line 257 of file nbtsort.c.

Referenced by _bt_blwritepage(), and _bt_leafbuild().

◆ btws_use_wal

bool BTWriteState::btws_use_wal

Definition at line 255 of file nbtsort.c.

Referenced by _bt_blwritepage(), _bt_leafbuild(), and _bt_load().

◆ btws_zeropage

Page BTWriteState::btws_zeropage

Definition at line 258 of file nbtsort.c.

Referenced by _bt_blwritepage(), and _bt_leafbuild().

◆ heap

Relation BTWriteState::heap

Definition at line 252 of file nbtsort.c.

Referenced by _bt_buildadd(), and _bt_leafbuild().

◆ index

Relation BTWriteState::index

◆ inskey

BTScanInsert BTWriteState::inskey

Definition at line 254 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: