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

Fix grammatical typos around possessive "its"

Some places spelled it "it's", which is short for "it is".
In passing, fix a couple other nearby grammatical errors.

Author: Jacob Brazeal <jacob.brazeal@gmail.com>
Discussion: https://postgr.es/m/CA+COZaAO8g1KJCV0T48=CkJMjAnnfTGLWOATz+2aCh40c2Nm+g@mail.gmail.com
This commit is contained in:
John Naylor
2025-01-29 14:28:20 +07:00
parent 235328ee4a
commit 128897b101
18 changed files with 21 additions and 21 deletions

View File

@ -2469,7 +2469,7 @@ bt_child_highkey_check(BtreeCheckState *state,
* So, now we traverse to the right of that cousin page and
* current child level page under consideration still belongs
* to the subtree of target's left sibling. Thus, we need to
* match child's high key to it's left uncle page high key.
* match child's high key to its left uncle page high key.
* Thankfully we saved it, it's called a "low key" of target
* page.
*/