PostgreSQL Source Code git master
Loading...
Searching...
No Matches
BTWriteState Struct Reference

Data Fields

Relation heap
 
Relation index
 
BulkWriteStatebulkstate
 
BTScanInsert inskey
 
BlockNumber btws_pages_alloced
 

Detailed Description

Definition at line 247 of file nbtsort.c.

Field Documentation

◆ btws_pages_alloced

BlockNumber BTWriteState::btws_pages_alloced

Definition at line 253 of file nbtsort.c.

◆ bulkstate

BulkWriteState* BTWriteState::bulkstate

Definition at line 251 of file nbtsort.c.

◆ heap

Relation BTWriteState::heap

Definition at line 249 of file nbtsort.c.

◆ index

Relation BTWriteState::index

Definition at line 250 of file nbtsort.c.

◆ inskey

BTScanInsert BTWriteState::inskey

Definition at line 252 of file nbtsort.c.


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