Skip to content

Commit fb9dff7

Browse files
committed
Fix grammar in GIN README
Author: Kirill Reshke <reshkekirill@gmail.com> Discussion: https://postgr.es/m/CALdSSPgu9uAhVYojQ0yjG%3Dq5MaqmiSLUJPhz%2B-u7cA6K6Mc9UA%40mail.gmail.com
1 parent 8b6a0e2 commit fb9dff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/backend/access/gin/README

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@ GIN packs keys and downlinks into tuples in a different way.
237237

238238
P_i is grouped with K_{i+1}. -Inf key is not needed.
239239

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.
240+
There are a couple of additional notes regarding K_{n+1} key.
241+
1) In the entry tree on the rightmost page, a key coupled with P_n doesn't really matter.
242242
Highkey is assumed to be infinity.
243-
2) In posting tree, a key coupled with P_n always doesn't matter. Highkey for
243+
2) In the posting tree, a key coupled with P_n always doesn't matter. Highkey for
244244
non-rightmost pages is stored separately and accessed via
245245
GinDataPageGetRightBound().
246246

0 commit comments

Comments
 (0)