Skip to content

Commit b05f7ec

Browse files
committed
1 parent 710796f commit b05f7ec

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
@@ -215,7 +215,7 @@ Pseudocode Algorithms
215215
Various flags that are used in hash index operations are described as below:
216216

217217
The bucket-being-split and bucket-being-populated flags indicate that split
218-
the operation is in progress for a bucket. During split operation, a
218+
operation is in progress for a bucket. During split operation, a
219219
bucket-being-split flag is set on the old bucket and bucket-being-populated
220220
flag is set on new bucket. These flags are cleared once the split operation
221221
is finished.

0 commit comments

Comments
 (0)