diff options
author | Daniel Gustafsson | 2021-10-04 13:12:57 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2021-10-04 13:12:57 +0000 |
commit | 7111e332c57ddb562d0ce26a4e08761a0baafb65 (patch) | |
tree | 4e475af00c04712bdd31bd8e5ac7781da983f9fd /src/backend/partitioning/partdesc.c | |
parent | e9bc0441f1446f6614fa6712841acec91890e089 (diff) |
Fix duplicate words in comments
Remove accidentally duplicated words in code comments.
Author: Dagfinn Ilmari Mannsåker <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/backend/partitioning/partdesc.c')
-rw-r--r-- | src/backend/partitioning/partdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/partitioning/partdesc.c b/src/backend/partitioning/partdesc.c index 9a9d6a9643f..fb49747f6e4 100644 --- a/src/backend/partitioning/partdesc.c +++ b/src/backend/partitioning/partdesc.c @@ -91,7 +91,7 @@ RelationGetPartitionDesc(Relation rel, bool omit_detached) * cached descriptor too. We determine that based on the pg_inherits.xmin * that was saved alongside that descriptor: if the xmin that was not in * progress for that active snapshot is also not in progress for the - * current active snapshot, then we can use use it. Otherwise build one + * current active snapshot, then we can use it. Otherwise build one * from scratch. */ if (omit_detached && |