mirror of
https://github.com/postgres/postgres.git
synced 2025-11-25 12:03:53 +03:00
Fix typos in comments
The changes done in this commit impact comments with no direct user-visible changes, with fixes for incorrect function, variable or structure names. Author: Alexander Lakhin Discussion: https://postgr.es/m/e8c38840-596a-83d6-bd8d-cebc51111572@gmail.com
This commit is contained in:
@@ -119,7 +119,7 @@ static inline IndexTuple _bt_split_firstright(FindSplitData *state,
|
||||
* righthand page (which is called firstrightoff), plus a boolean
|
||||
* indicating whether the new tuple goes on the left or right page. You
|
||||
* can think of the returned state as a point _between_ two adjacent data
|
||||
* items (laftleft and firstright data items) on an imaginary version of
|
||||
* items (lastleft and firstright data items) on an imaginary version of
|
||||
* origpage that already includes newitem. The bool is necessary to
|
||||
* disambiguate the case where firstrightoff == newitemoff (i.e. it is
|
||||
* sometimes needed to determine if the firstright tuple for the split is
|
||||
|
||||
Reference in New Issue
Block a user