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 of dummy table at the source */
|
||||||
Oid destSplitChildShardOid = GetTableLocalShardOid(citusTableOid,
|
Oid destSplitChildShardOid = GetTableLocalShardOid(citusTableOid,
|
||||||
desSplitChildShardId);
|
desSplitChildShardId);
|
||||||
|
|
||||||
if (citusTableOid == InvalidOid ||
|
if (citusTableOid == InvalidOid ||
|
||||||
sourceShardToSplitOid == InvalidOid ||
|
sourceShardToSplitOid == InvalidOid ||
|
||||||
|
|
|
@ -62,6 +62,7 @@ GetShardSplitInfoSMHeaderFromDSMHandle(dsm_handle dsmHandle)
|
||||||
return header;
|
return header;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* GetShardSplitInfoSMArrayForSlot returns pointer to the array of
|
* GetShardSplitInfoSMArrayForSlot returns pointer to the array of
|
||||||
* 'ShardSplitInfo' struct stored in the shared memory segment.
|
* 'ShardSplitInfo' struct stored in the shared memory segment.
|
||||||
|
|
Loading…
Reference in New Issue