mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +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:
@@ -2051,7 +2051,7 @@ _bt_preprocess_array_keys_final(IndexScanDesc scan, int *keyDataMap)
|
||||
* the scan's BTArrayKeyInfo array, which is guaranteed to be large enough to
|
||||
* fit every so->arrayKeys[] entry.
|
||||
*
|
||||
* Also sets *numSkipArrayKeys_out to the number of of skip arrays caller must
|
||||
* Also sets *numSkipArrayKeys_out to the number of skip arrays caller must
|
||||
* add to the scan keys it'll output. Caller must add this many skip arrays:
|
||||
* one array for each of the most significant attributes that lack a = input
|
||||
* key (IS NULL keys count as = input keys here). The specific attributes
|
||||
|
||||
Reference in New Issue
Block a user