mirror of https://github.com/citusdata/citus.git
Citus Indent
parent
3c1361dd4d
commit
596e49db8c
|
@ -540,8 +540,8 @@ CreateDistributedTable(Oid relationId, Var *distributionColumn, char distributio
|
|||
}
|
||||
else
|
||||
{
|
||||
// sync etmedigimizi ignore ediyoruz commenti, ozellikle append dist tablolar icin
|
||||
// backward compatible olarak calisacak, sync de yapsak gitmicek
|
||||
/* sync etmedigimizi ignore ediyoruz commenti, ozellikle append dist tablolar icin */
|
||||
/* backward compatible olarak calisacak, sync de yapsak gitmicek */
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -908,8 +908,10 @@ SetUpDistributedTableWithDependencies(WorkerNode *newWorkerNode)
|
|||
* We prefer this because otherwise node activation might fail within
|
||||
* transaction blocks.
|
||||
*/
|
||||
|
||||
/* TODO: Doesn't make sense to have that here as we won't handle placement metadata */
|
||||
// TODO: Metadatasynced olmayan worker varsa patla (Onder'in PRinda gidebilir)
|
||||
/* TODO: Metadatasynced olmayan worker varsa patla (Onder'in PRinda gidebilir) */
|
||||
|
||||
/* with maintenance daemon anymore */
|
||||
|
||||
/* if (ClusterHasDistributedFunctionWithDistArgument())
|
||||
|
|
Loading…
Reference in New Issue