projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69c7890
)
fix typo
author
Alvaro Herrera
<
[email protected]
>
Tue, 21 Aug 2018 20:03:35 +0000
(17:03 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 21 Aug 2018 20:03:35 +0000
(17:03 -0300)
src/backend/access/hash/README
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/hash/README
b/src/backend/access/hash/README
index 21b4a82b0b074f72f1a95f5cc9a1a8d60ac40049..2227ebfe9b20bc1edc19de181489765c02cc7b9f 100644
(file)
--- a/
src/backend/access/hash/README
+++ b/
src/backend/access/hash/README
@@
-173,7
+173,7
@@
where a given tuple ought to be located. To do this, we need the bucket
count, highmask, and lowmask from the metapage; however, it's undesirable
for performance reasons to have to have to lock and pin the metapage for
every such operation. Instead, we retain a cached copy of the metapage
-in each
each
backend's relcache entry. This will produce the correct
+in each backend's relcache entry. This will produce the correct
bucket mapping as long as the target bucket hasn't been split since the
last cache refresh.