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