PostgreSQL Source Code  git master
BulkInsertStateData Struct Reference

#include <hio.h>

Data Fields

BufferAccessStrategy strategy
 
Buffer current_buf
 
BlockNumber next_free
 
BlockNumber last_free
 
uint32 already_extended_by
 

Detailed Description

Definition at line 29 of file hio.h.

Field Documentation

◆ already_extended_by

uint32 BulkInsertStateData::already_extended_by

Definition at line 50 of file hio.h.

Referenced by GetBulkInsertState(), and RelationAddBlocks().

◆ current_buf

Buffer BulkInsertStateData::current_buf

◆ last_free

BlockNumber BulkInsertStateData::last_free

◆ next_free

BlockNumber BulkInsertStateData::next_free

◆ strategy

BufferAccessStrategy BulkInsertStateData::strategy

Definition at line 31 of file hio.h.

Referenced by FreeBulkInsertState(), GetBulkInsertState(), ReadBufferBI(), and RelationAddBlocks().


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