|
PostgreSQL Source Code git master
|
#include <pathnodes.h>
Data Fields | |
| char | strategy |
| int16 | partnatts |
| Oid * | partopfamily |
| Oid * | partopcintype |
| Oid * | partcollation |
| int16 * | parttyplen |
| bool * | parttypbyval |
| struct FmgrInfo * | partsupfunc |
Definition at line 704 of file pathnodes.h.
| Oid* PartitionSchemeData::partcollation |
Definition at line 710 of file pathnodes.h.
| int16 PartitionSchemeData::partnatts |
Definition at line 707 of file pathnodes.h.
| Oid* PartitionSchemeData::partopcintype |
Definition at line 709 of file pathnodes.h.
| Oid* PartitionSchemeData::partopfamily |
Definition at line 708 of file pathnodes.h.
Definition at line 717 of file pathnodes.h.
| bool* PartitionSchemeData::parttypbyval |
Definition at line 714 of file pathnodes.h.
| int16* PartitionSchemeData::parttyplen |
Definition at line 713 of file pathnodes.h.
| char PartitionSchemeData::strategy |
Definition at line 706 of file pathnodes.h.