mirror of https://github.com/citusdata/citus.git
Update comment
parent
942f1a2c48
commit
21138784a3
|
@ -540,8 +540,10 @@ CreateDistributedTable(Oid relationId, Var *distributionColumn, char distributio
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
/* sync etmedigimizi ignore ediyoruz commenti, ozellikle append dist tablolar icin */
|
/*
|
||||||
/* backward compatible olarak calisacak, sync de yapsak gitmicek */
|
* Ignore the tables we won't sync their metadata (most importantly append
|
||||||
|
* distributed tables). We won't create shell table for them.
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in New Issue