1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Fix duplicate words in comments

Remove accidentally duplicated words in code comments.

Author: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://postgr.es/m/87bl45t0co.fsf@wibble.ilmari.org
This commit is contained in:
Daniel Gustafsson
2021-10-04 15:12:57 +02:00
parent e9bc0441f1
commit 7111e332c5
7 changed files with 7 additions and 7 deletions

View File

@@ -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 &&