We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6a0e2 commit fb9dff7Copy full SHA for fb9dff7
src/backend/access/gin/README
@@ -237,10 +237,10 @@ GIN packs keys and downlinks into tuples in a different way.
237
238
P_i is grouped with K_{i+1}. -Inf key is not needed.
239
240
-There are couple of additional notes regarding K_{n+1} key.
241
-1) In entry tree rightmost page, a key coupled with P_n doesn't really matter.
+There are a couple of additional notes regarding K_{n+1} key.
+1) In the entry tree on the rightmost page, a key coupled with P_n doesn't really matter.
242
Highkey is assumed to be infinity.
243
-2) In posting tree, a key coupled with P_n always doesn't matter. Highkey for
+2) In the posting tree, a key coupled with P_n always doesn't matter. Highkey for
244
non-rightmost pages is stored separately and accessed via
245
GinDataPageGetRightBound().
246
0 commit comments