mirror of
https://github.com/postgres/postgres.git
synced 2025-11-19 13:42:17 +03:00
Fix typos.
Author: David Rowley Discussion: https://postgr.es/m/CAKJS1f8du35u5DprpykWvgNEScxapbWYJdHq%2Bz06Wj3Y2KFPbw%40mail.gmail.com
This commit is contained in:
@@ -35,10 +35,10 @@
|
||||
*
|
||||
* We are using traversal values provided by SP-GiST to calculate and
|
||||
* to store the bounds of the quadrants, while traversing into the tree.
|
||||
* Traversal value has all the boundaries in the 4D space, and is is
|
||||
* capable of transferring the required boundaries to the following
|
||||
* traversal values. In conclusion, three things are necessary
|
||||
* to calculate the next traversal value:
|
||||
* Traversal value has all the boundaries in the 4D space, and is capable
|
||||
* of transferring the required boundaries to the following traversal
|
||||
* values. In conclusion, three things are necessary to calculate the
|
||||
* next traversal value:
|
||||
*
|
||||
* (1) the traversal value of the parent
|
||||
* (2) the quadrant of the current node
|
||||
|
||||
Reference in New Issue
Block a user