8000
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 69c7890 commit 083651dCopy full SHA for 083651d
src/backend/access/hash/README
@@ -173,7 +173,7 @@ where a given tuple ought to be located. To do this, we need the bucket
173
count, highmask, and lowmask from the metapage; however, it's undesirable
174
for performance reasons to have to have to lock and pin the metapage for
175
every such operation. Instead, we retain a cached copy of the metapage
176
-in each each backend's relcache entry. This will produce the correct
+in each backend's relcache entry. This will produce the correct
177
bucket mapping as long as the target bucket hasn't been split since the
178
last cache refresh.
179
0 commit comments