Commit 083651da authored by Alvaro Herrera's avatar Alvaro Herrera

fix typo

parent 69c78904
...@@ -173,7 +173,7 @@ where a given tuple ought to be located. To do this, we need the bucket ...@@ -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 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 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 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 bucket mapping as long as the target bucket hasn't been split since the
last cache refresh. last cache refresh.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment