Skip to content

Commit 3282c4c

Browse files
committed
README change: update for hash access method
Reported-by: Thomas Munro, Justin Pryzby Discussion: https://postgr.es/m/CAEepm=1_682z-09DNHj4GkCJAqWK-D6h9Oq5ea84T1oqq1-Utg@mail.gmail.com
1 parent 8cdc834 commit 3282c4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/hash/README

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ reality, InvalidBlockNumber.
189189
After computing the ostensibly-correct bucket number based on our cached
190190
copy of the metapage, we lock the corresponding primary bucket page and
191191
check whether the bucket count stored in hasho_prevblkno is greater than
192-
our the number of buckets stored in our cached copy of the metapage. If
193-
so, the bucket has certainly been split, because the must originally
192+
the number of buckets stored in our cached copy of the metapage. If
193+
so, the bucket has certainly been split, because the count must originally
194194
have been less than the number of buckets that existed at that time and
195195
can't have increased except due to a split. If not, the bucket can't have
196196
been split, because a split would have created a new bucket with a higher

0 commit comments

Comments
 (0)