Fix spelling mistake in README file
Started by Peter Smithover 3 years ago2 messages
PSA a patch to fix a spelling mistake that I happened upon...
------
Kind Regards,
Peter Smith.
Fujitsu Australia
Attachments:
v1-0001-Fix-typo.patchapplication/octet-stream; name=v1-0001-Fix-typo.patchDownload
From daecf387bbbb764d08703e3a18f2d6610e424592 Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Tue, 31 May 2022 18:21:21 +1000
Subject: [PATCH v1] Fix typo
---
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 a2b8697..13dc59c 100644
--- a/src/backend/access/hash/README
+++ b/src/backend/access/hash/README
@@ -570,7 +570,7 @@ consistency after a crash. To provide robustness, we write WAL for each of
these operations.
CREATE INDEX writes multiple WAL records. First, we write a record to cover
-the initializatoin of the metapage, followed by one for each new bucket
+the initialization of the metapage, followed by one for each new bucket
created, followed by one for the initial bitmap page. It's not important for
index creation to appear atomic, because the index isn't yet visible to any
other transaction, and the creating transaction will roll back in the event of
--
1.8.3.1