Grammar fix in hash index README

Started by Dilip Kumarover 4 years ago2 messages
#1Dilip Kumar
dilipbalaut@gmail.com
1 attachment(s)

While reading through the README of the hash index I noticed a grammar
error, the attached patch fixes the same.

--
Regards,
Dilip Kumar
EnterpriseDB: http://www.enterprisedb.com

Attachments:

0001-Fix-grammar-mistake-in-hash-index-README.patchtext/x-patch; charset=US-ASCII; name=0001-Fix-grammar-mistake-in-hash-index-README.patchDownload
From 2760cd42e7f6354399d30ac56741268130f6e017 Mon Sep 17 00:00:00 2001
From: Dilip Kumar <dilipkumar@localhost.localdomain>
Date: Thu, 12 Aug 2021 14:05:46 +0530
Subject: [PATCH] Fix grammar mistake in hash index README

---
 src/backend/access/hash/README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/access/hash/README b/src/backend/access/hash/README
index 2227ebf..a2b8697 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.
-- 
1.8.3.1

#2John Naylor
john.naylor@enterprisedb.com
In reply to: Dilip Kumar (#1)
Re: Grammar fix in hash index README

On Thu, Aug 12, 2021 at 4:40 AM Dilip Kumar <dilipbalaut@gmail.com> wrote:

While reading through the README of the hash index I noticed a grammar
error, the attached patch fixes the same.

LGTM, pushed.

--
John Naylor
EDB: http://www.enterprisedb.com