PostgreSQL Source Code  git master
CopyMultiInsertBuffer Struct Reference

Data Fields

TupleTableSlotslots [MAX_BUFFERED_TUPLES]
 
ResultRelInforesultRelInfo
 
BulkInsertState bistate
 
int nused
 
uint64 linenos [MAX_BUFFERED_TUPLES]
 

Detailed Description

Definition at line 75 of file copyfrom.c.

Field Documentation

◆ bistate

BulkInsertState CopyMultiInsertBuffer::bistate

◆ linenos

uint64 CopyMultiInsertBuffer::linenos[MAX_BUFFERED_TUPLES]

Definition at line 82 of file copyfrom.c.

Referenced by CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoStore().

◆ nused

◆ resultRelInfo

ResultRelInfo* CopyMultiInsertBuffer::resultRelInfo

◆ slots


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