mirror of https://github.com/citusdata/citus.git
fix indentations
parent
f1be4888b9
commit
f03a0343bc
|
@ -351,7 +351,7 @@ CreateShardSplitInfo(uint64 sourceShardIdToSplit,
|
|||
|
||||
/* Oid of dummy table at the source */
|
||||
Oid destSplitChildShardOid = GetTableLocalShardOid(citusTableOid,
|
||||
desSplitChildShardId);
|
||||
desSplitChildShardId);
|
||||
|
||||
if (citusTableOid == InvalidOid ||
|
||||
sourceShardToSplitOid == InvalidOid ||
|
||||
|
|
|
@ -62,6 +62,7 @@ GetShardSplitInfoSMHeaderFromDSMHandle(dsm_handle dsmHandle)
|
|||
return header;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* GetShardSplitInfoSMArrayForSlot returns pointer to the array of
|
||||
* 'ShardSplitInfo' struct stored in the shared memory segment.
|
||||
|
|
Loading…
Reference in New Issue