Remove an outdated comment from RelationIsAKnownShard (#5629)

pull/5628/head
Onur Tirtir 2022-01-19 13:24:10 +03:00 committed by GitHub
parent 37b3f50447
commit 4a53967bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -172,9 +172,6 @@ ErrorIfIllegallyChangingKnownShard(Oid relationId)
/*
* RelationIsAKnownShard gets a relationId, check whether it's a shard of
* any distributed table.
*
* We can only do that in MX since both the metadata and tables are only
* present there.
*/
bool
RelationIsAKnownShard(Oid shardRelationId)