|
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 710 of file pathnodes.h.
| Oid* PartitionSchemeData::partcollation |
Definition at line 716 of file pathnodes.h.
| int16 PartitionSchemeData::partnatts |
Definition at line 713 of file pathnodes.h.
| Oid* PartitionSchemeData::partopcintype |
Definition at line 715 of file pathnodes.h.
| Oid* PartitionSchemeData::partopfamily |
Definition at line 714 of file pathnodes.h.
| struct FmgrInfo* PartitionSchemeData::partsupfunc |
Definition at line 723 of file pathnodes.h.
| bool* PartitionSchemeData::parttypbyval |
Definition at line 720 of file pathnodes.h.
| int16* PartitionSchemeData::parttyplen |
Definition at line 719 of file pathnodes.h.
| char PartitionSchemeData::strategy |
Definition at line 712 of file pathnodes.h.