|
PostgreSQL Source Code git master
|
Data Fields | |
| ExprState * | partqualstate |
| BulkInsertState | bistate |
| TupleTableSlot * | dstslot |
| AlteredTableInfo * | tab |
| Relation | partRel |
Definition at line 23192 of file tablecmds.c.
| BulkInsertState SplitPartitionContext::bistate |
Definition at line 23196 of file tablecmds.c.
| TupleTableSlot* SplitPartitionContext::dstslot |
Definition at line 23197 of file tablecmds.c.
| ExprState* SplitPartitionContext::partqualstate |
Definition at line 23194 of file tablecmds.c.
| Relation SplitPartitionContext::partRel |
Definition at line 23200 of file tablecmds.c.
| AlteredTableInfo* SplitPartitionContext::tab |
Definition at line 23198 of file tablecmds.c.