mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix typos and grammar in the code
The large majority of these have been introduced by recent commits done in the v18 development cycle. Author: Alexander Lakhin <exclusion@gmail.com> Discussion: https://postgr.es/m/9a7763ab-5252-429d-a943-b28941e0e28b@gmail.com
This commit is contained in:
@ -359,8 +359,8 @@ gin_check_posting_tree_parent_keys_consistency(Relation rel, BlockNumber posting
|
||||
ptr->depth = stack->depth + 1;
|
||||
|
||||
/*
|
||||
* Set rightmost parent key to invalid iterm pointer. Its
|
||||
* value is 'Infinity' and not explicitly stored.
|
||||
* Set rightmost parent key to invalid item pointer. Its value
|
||||
* is 'Infinity' and not explicitly stored.
|
||||
*/
|
||||
if (rightlink == InvalidBlockNumber)
|
||||
ItemPointerSetInvalid(&ptr->parentkey);
|
||||
@ -587,7 +587,7 @@ gin_check_parent_keys_consistency(Relation rel,
|
||||
|
||||
/*
|
||||
* Check if it is properly adjusted. If succeed,
|
||||
* procced to the next key.
|
||||
* proceed to the next key.
|
||||
*/
|
||||
if (ginCompareEntries(&state, attnum, current_key,
|
||||
current_key_category, parent_key,
|
||||
|
Reference in New Issue
Block a user