mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix typos in various places
Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet
This commit is contained in:
@ -1533,7 +1533,7 @@ initGISTstate(Relation index)
|
||||
* The truncated tupdesc for non-leaf index tuples, which doesn't contain
|
||||
* the INCLUDE attributes.
|
||||
*
|
||||
* It is used to form tuples during tuple adjustement and page split.
|
||||
* It is used to form tuples during tuple adjustment and page split.
|
||||
* B-tree creates shortened tuple descriptor for every truncated tuple,
|
||||
* because it is doing this less often: it does not have to form truncated
|
||||
* tuples during page split. Also, B-tree is not adjusting tuples on
|
||||
|
Reference in New Issue
Block a user