aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJohn Naylor <john.naylor@postgresql.org>2021-08-12 08:53:41 -0400
committerJohn Naylor <john.naylor@postgresql.org>2021-08-12 08:53:41 -0400
commitb05f7ecec44be22f6de703e5afdeb4ff3559315a (patch)
tree988f0302a7eb4fa5462a3dc241ed7f73c1e4c18d /src
parent710796f0542180cca18ee93889da692df642bdf2 (diff)
downloadpostgresql-b05f7ecec44be22f6de703e5afdeb4ff3559315a.tar.gz
postgresql-b05f7ecec44be22f6de703e5afdeb4ff3559315a.zip
Fix grammar mistake in hash index README
Dilip Kumar Discussion: https://www.postgresql.org/message-id/CAFiTN-tjZbuY6vy7kZZ6xO%2BD4mVcO5wOPB5KiwJ3AHhpytd8fg%40mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r--src/backend/access/hash/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/hash/README b/src/backend/access/hash/README
index 2227ebfe9b2..a2b8697d3c7 100644
--- a/src/backend/access/hash/README
+++ b/src/backend/access/hash/README
@@ -215,7 +215,7 @@ Pseudocode Algorithms
Various flags that are used in hash index operations are described as below:
The bucket-being-split and bucket-being-populated flags indicate that split
-the operation is in progress for a bucket. During split operation, a
+operation is in progress for a bucket. During split operation, a
bucket-being-split flag is set on the old bucket and bucket-being-populated
flag is set on new bucket. These flags are cleared once the split operation
is finished.