PostgreSQL Source Code git master
|
Data Fields | |
List * | multiInsertBuffers |
int | bufferedTuples |
int | bufferedBytes |
CopyFromState | cstate |
EState * | estate |
CommandId | mycid |
int | ti_options |
Definition at line 94 of file copyfrom.c.
int CopyMultiInsertInfo::bufferedBytes |
Definition at line 98 of file copyfrom.c.
Referenced by CopyMultiInsertInfoFlush(), CopyMultiInsertInfoInit(), CopyMultiInsertInfoIsFull(), and CopyMultiInsertInfoStore().
int CopyMultiInsertInfo::bufferedTuples |
Definition at line 97 of file copyfrom.c.
Referenced by CopyMultiInsertInfoFlush(), CopyMultiInsertInfoInit(), CopyMultiInsertInfoIsEmpty(), CopyMultiInsertInfoIsFull(), and CopyMultiInsertInfoStore().
CopyFromState CopyMultiInsertInfo::cstate |
Definition at line 99 of file copyfrom.c.
Referenced by CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().
EState* CopyMultiInsertInfo::estate |
Definition at line 100 of file copyfrom.c.
Referenced by CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().
List* CopyMultiInsertInfo::multiInsertBuffers |
Definition at line 96 of file copyfrom.c.
Referenced by CopyMultiInsertInfoCleanup(), CopyMultiInsertInfoFlush(), CopyMultiInsertInfoInit(), and CopyMultiInsertInfoSetupBuffer().
CommandId CopyMultiInsertInfo::mycid |
Definition at line 101 of file copyfrom.c.
Referenced by CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().
int CopyMultiInsertInfo::ti_options |
Definition at line 102 of file copyfrom.c.
Referenced by CopyMultiInsertBufferCleanup(), CopyMultiInsertBufferFlush(), and CopyMultiInsertInfoInit().