File tree 1 file changed +5
-0
lines changed
1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -95,10 +95,15 @@ typedef struct RelationData
95
95
List * rd_fkeylist ; /* list of ForeignKeyCacheInfo (see below) */
96
96
bool rd_fkeyvalid ; /* true if list has been computed */
97
97
98
+ /* data managed by RelationGetPartitionKey: */
98
99
PartitionKey rd_partkey ; /* partition key, or NULL */
99
100
MemoryContext rd_partkeycxt ; /* private context for rd_partkey, if any */
101
+
102
+ /* data managed by RelationGetPartitionDesc: */
100
103
PartitionDesc rd_partdesc ; /* partition descriptor, or NULL */
101
104
MemoryContext rd_pdcxt ; /* private context for rd_partdesc, if any */
105
+
106
+ /* data managed by RelationGetPartitionQual: */
102
107
List * rd_partcheck ; /* partition CHECK quals */
103
108
bool rd_partcheckvalid ; /* true if list has been computed */
104
109
MemoryContext rd_partcheckcxt ; /* private cxt for rd_partcheck, if any */
You can’t perform that action at this time.
0 commit comments