8000 fix typo · postgres/postgres@083651d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0