Skip to content

Commit

Permalink
Update src/backend/distributed/metadata/metadata_utility.c
Browse files Browse the repository at this point in the history
Co-authored-by: Onur Tirtir <onurcantirtir@gmail.com>
  • Loading branch information
c2main and onurctirtir authored Oct 26, 2023
1 parent fe267b0 commit 01b98a3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/backend/distributed/metadata/metadata_utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -791,9 +791,7 @@ GenerateSizeQueryOnMultiplePlacements(List *shardIntervalList,
continue;
}

/*
* We need to build the shard relation name, being an index or table ...
*/
/* we need to build the shard relation name, being an index or table */
Oid objectId = OidIsValid(indexId) ? indexId : shardInterval->relationId;

uint64 shardId = shardInterval->shardId;
Expand Down

0 comments on commit 01b98a3

Please sign in to comment.