|
PostgreSQL Source Code git master
|
Data Fields | |
| ExprState * | partqualstate |
| BulkInsertState | bistate |
| TupleTableSlot * | dstslot |
| AlteredTableInfo * | tab |
| Relation | partRel |
Definition at line 22931 of file tablecmds.c.
| BulkInsertState SplitPartitionContext::bistate |
Definition at line 22935 of file tablecmds.c.
Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().
| TupleTableSlot* SplitPartitionContext::dstslot |
Definition at line 22936 of file tablecmds.c.
Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().
| ExprState* SplitPartitionContext::partqualstate |
Definition at line 22933 of file tablecmds.c.
| Relation SplitPartitionContext::partRel |
Definition at line 22939 of file tablecmds.c.
Referenced by createSplitPartitionContext(), and deleteSplitPartitionContext().
| AlteredTableInfo* SplitPartitionContext::tab |
Definition at line 22937 of file tablecmds.c.