Update comment

talha_tes1
Ahmet Gedemenli 2021-10-22 15:12:28 +03:00
parent 3a42891168
commit ca757b5bc5
1 changed files with 1 additions and 1 deletions

View File

@ -1180,7 +1180,7 @@ AlterTableDefinesFKeyBetweenPostgresAndNonDistTable(AlterTableStmt *alterTableSt
/* /*
* MarkConnectedRelationsNotAutoConverted takes two relations. If both of them are Citus Local * MarkConnectedRelationsNotAutoConverted takes two relations. If both of them are Citus Local
* Tables, and one of them is auto-converted while the other one is not; then it * Tables, and one of them is auto-converted while the other one is not; then it
* marks both of them as not-auto-converted. * marks both of them as not-auto-converted, as well as other connected relations.
*/ */
static void static void
MarkConnectedRelationsNotAutoConverted(Oid leftRelationId, Oid rightRelationId) MarkConnectedRelationsNotAutoConverted(Oid leftRelationId, Oid rightRelationId)