PostgreSQL Source Code
git master
|
#include <hio.h>
Data Fields | |
BufferAccessStrategy | strategy |
Buffer | current_buf |
BlockNumber | next_free |
BlockNumber | last_free |
Buffer BulkInsertStateData::current_buf |
Definition at line 32 of file hio.h.
Referenced by FreeBulkInsertState(), GetBulkInsertState(), ReadBufferBI(), RelationAddBlocks(), RelationGetBufferForTuple(), and ReleaseBulkInsertStatePin().
BlockNumber BulkInsertStateData::last_free |
Definition at line 43 of file hio.h.
Referenced by GetBulkInsertState(), RelationAddBlocks(), and RelationGetBufferForTuple().
BlockNumber BulkInsertStateData::next_free |
Definition at line 42 of file hio.h.
Referenced by GetBulkInsertState(), RelationAddBlocks(), and RelationGetBufferForTuple().
BufferAccessStrategy BulkInsertStateData::strategy |
Definition at line 31 of file hio.h.
Referenced by FreeBulkInsertState(), GetBulkInsertState(), ReadBufferBI(), and RelationAddBlocks().