Fix grammar mistake in hash index README
authorJohn Naylor <john.naylor@postgresql.org>
Thu, 12 Aug 2021 12:53:41 +0000 (08:53 -0400)
committerJohn Naylor <john.naylor@postgresql.org>
Thu, 12 Aug 2021 12:53:41 +0000 (08:53 -0400)
Dilip Kumar

Discussion: https://www.postgresql.org/message-id/CAFiTN-tjZbuY6vy7kZZ6xO%2BD4mVcO5wOPB5KiwJ3AHhpytd8fg%40mail.gmail.com

src/backend/access/hash/README

index 2227ebfe9b20bc1edc19de181489765c02cc7b9f..a2b8697d3c7491748c17e96c32abc66d24f7a991 100644 (file)
@@ -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.