PostgreSQL Source Code: CopyMultiInsertInfo Struct Reference (original) (raw)
Data Fields | |
---|---|
List * | multiInsertBuffers |
int | bufferedTuples |
int | bufferedBytes |
CopyFromState | cstate |
EState * | estate |
CommandId | mycid |
int | ti_options |
Detailed Description
Definition at line 94 of file copyfrom.c.
Field Documentation
◆ bufferedBytes
int CopyMultiInsertInfo::bufferedBytes
Definition at line 98 of file copyfrom.c.
Referenced by CopyMultiInsertInfoFlush(), CopyMultiInsertInfoInit(), CopyMultiInsertInfoIsFull(), and CopyMultiInsertInfoStore().
◆ bufferedTuples
int CopyMultiInsertInfo::bufferedTuples
Definition at line 97 of file copyfrom.c.
Referenced by CopyMultiInsertInfoFlush(), CopyMultiInsertInfoInit(), CopyMultiInsertInfoIsEmpty(), CopyMultiInsertInfoIsFull(), and CopyMultiInsertInfoStore().
◆ cstate
CopyFromState CopyMultiInsertInfo::cstate
Definition at line 99 of file copyfrom.c.
Referenced by CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().
◆ estate
EState* CopyMultiInsertInfo::estate
Definition at line 100 of file copyfrom.c.
Referenced by CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().
◆ multiInsertBuffers
List* CopyMultiInsertInfo::multiInsertBuffers
Definition at line 96 of file copyfrom.c.
Referenced by CopyMultiInsertInfoCleanup(), CopyMultiInsertInfoFlush(), CopyMultiInsertInfoInit(), and CopyMultiInsertInfoSetupBuffer().
◆ mycid
CommandId CopyMultiInsertInfo::mycid
Definition at line 101 of file copyfrom.c.
Referenced by CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().
◆ ti_options
int CopyMultiInsertInfo::ti_options
Definition at line 102 of file copyfrom.c.
Referenced by CopyMultiInsertBufferCleanup(), CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().
The documentation for this struct was generated from the following file:
- src/backend/commands/copyfrom.c