mirror of
https://github.com/postgres/postgres.git
synced 2025-09-09 13:09:39 +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:
@@ -865,7 +865,7 @@ redirect:
|
||||
|
||||
if (SpGistPageIsLeaf(page))
|
||||
{
|
||||
/* Page is a leaf - that is, all it's tuples are heap items */
|
||||
/* Page is a leaf - that is, all its tuples are heap items */
|
||||
OffsetNumber max = PageGetMaxOffsetNumber(page);
|
||||
|
||||
if (SpGistBlockIsRoot(blkno))
|
||||
|
Reference in New Issue
Block a user