mirror of https://github.com/citusdata/citus.git
Add comment
parent
538f8913f5
commit
9d5ccd08bd
|
|
@ -623,6 +623,8 @@ GetCascadeTypeForCitusLocalTables(bool autoConverted)
|
||||||
* UpdateAutoConvertedForConnectedRelations updates the autoConverted field on
|
* UpdateAutoConvertedForConnectedRelations updates the autoConverted field on
|
||||||
* pg_dist_partition for the foreign key connected relations of the given relation.
|
* pg_dist_partition for the foreign key connected relations of the given relation.
|
||||||
* Sets it to given autoConverted value for all of the connected relations.
|
* Sets it to given autoConverted value for all of the connected relations.
|
||||||
|
* We don't need to update partition relations separately, since the foreign key
|
||||||
|
* graph already includes them, as they have the same (inherited) fkeys as their parents.
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
UpdateAutoConvertedForConnectedRelations(Oid relationId, bool autoConverted)
|
UpdateAutoConvertedForConnectedRelations(Oid relationId, bool autoConverted)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue