We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0efa513 commit 0a050eeCopy full SHA for 0a050ee
src/backend/access/hash/README
@@ -570,7 +570,7 @@ consistency after a crash. To provide robustness, we write WAL for each of
570
these operations.
571
572
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
+the initialization of the metapage, followed by one for each new bucket
574
created, followed by one for the initial bitmap page. It's not important for
575
index creation to appear atomic, because the index isn't yet visible to any
576
other transaction, and the creating transaction will roll back in the event of
0 commit comments