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:
@@ -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 &&
|
||||
|
Reference in New Issue
Block a user