mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Fix a few duplicate words in comments
These are all new to v18 Author: David Rowley <dgrowleyml@gmail.com> Discussion: https://postgr.es/m/CAApHDvrMcr8XD107H3NV=WHgyBcu=sx5+7=WArr-n_cWUqdFXQ@mail.gmail.com
This commit is contained in:
@@ -2597,7 +2597,7 @@ _bt_set_startikey(IndexScanDesc scan, BTReadPageState *pstate)
|
||||
continue;
|
||||
}
|
||||
|
||||
/* Some = key (could be a a scalar = key, could be an array = key) */
|
||||
/* Some = key (could be a scalar = key, could be an array = key) */
|
||||
Assert(key->sk_strategy == BTEqualStrategyNumber);
|
||||
|
||||
if (!(key->sk_flags & SK_SEARCHARRAY))
|
||||
|
Reference in New Issue
Block a user