|
PostgreSQL Source Code git master
|
#include <hio.h>
Data Fields | |
| BufferAccessStrategy | strategy |
| Buffer | current_buf |
| BlockNumber | next_free |
| BlockNumber | last_free |
| uint32 | already_extended_by |
| uint32 BulkInsertStateData::already_extended_by |
Definition at line 50 of file hio.h.
Referenced by GetBulkInsertState(), and RelationAddBlocks().
| 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 49 of file hio.h.
Referenced by GetBulkInsertState(), RelationAddBlocks(), RelationGetBufferForTuple(), and ReleaseBulkInsertStatePin().
| BlockNumber BulkInsertStateData::next_free |
Definition at line 48 of file hio.h.
Referenced by GetBulkInsertState(), RelationAddBlocks(), RelationGetBufferForTuple(), and ReleaseBulkInsertStatePin().
| BufferAccessStrategy BulkInsertStateData::strategy |
Definition at line 31 of file hio.h.
Referenced by FreeBulkInsertState(), GetBulkInsertState(), ReadBufferBI(), and RelationAddBlocks().