mirror of https://github.com/citusdata/citus.git
Remove an outdated comment from RelationIsAKnownShard (#5629)
parent
37b3f50447
commit
4a53967bdd
|
@ -172,9 +172,6 @@ ErrorIfIllegallyChangingKnownShard(Oid relationId)
|
||||||
/*
|
/*
|
||||||
* RelationIsAKnownShard gets a relationId, check whether it's a shard of
|
* RelationIsAKnownShard gets a relationId, check whether it's a shard of
|
||||||
* any distributed table.
|
* any distributed table.
|
||||||
*
|
|
||||||
* We can only do that in MX since both the metadata and tables are only
|
|
||||||
* present there.
|
|
||||||
*/
|
*/
|
||||||
bool
|
bool
|
||||||
RelationIsAKnownShard(Oid shardRelationId)
|
RelationIsAKnownShard(Oid shardRelationId)
|
||||||
|
|
Loading…
Reference in New Issue