Skip to content

Commit 083651d

Browse files
committed
fix typo
1 parent 69c7890 commit 083651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/hash/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ where a given tuple ought to be located. To do this, we need the bucket
173173
count, highmask, and lowmask from the metapage; however, it's undesirable
174174
for performance reasons to have to have to lock and pin the metapage for
175175
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
176+
in each backend's relcache entry. This will produce the correct
177177
bucket mapping as long as the target bucket hasn't been split since the
178178
last cache refresh.
179179

0 commit comments

Comments
 (0)