Skip to content

Commit 0a050ee

Browse files
author
Amit Kapila
committed
1 parent 0efa513 commit 0a050ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/hash/README

+1-1
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ consistency after a crash. To provide robustness, we write WAL for each of
570570
these operations.
571571

572572
CREATE INDEX writes multiple WAL records. First, we write a record to cover
573-
the initializatoin of the metapage, followed by one for each new bucket
573+
the initialization of the metapage, followed by one for each new bucket
574574
created, followed by one for the initial bitmap page. It's not important for
575575
index creation to appear atomic, because the index isn't yet visible to any
576576
other transaction, and the creating transaction will roll back in the event of

0 commit comments

Comments
 (0)