@@ -348,7 +348,7 @@ brininsert(Relation idxRel, Datum *values, bool *nulls,
348
348
bool autosummarize = BrinGetAutoSummarize (idxRel );
349
349
350
350
/*
351
- * Iffirt time through in this statement, initialize the insert state
351
+ * Iffirst time through in this statement, initialize the insert state
352
352
* that we keep for all the inserts in the command.
353
353
*/
354
354
if (!bistate )
@@ -1042,7 +1042,7 @@ brinbuildCallbackParallel(Relation index,
1042
1042
/*
1043
1043
* If we're in a block that belongs to a different range, summarize what
1044
1044
* we've got and start afresh. Note the scan might have skipped many
1045
- * pages, if they were devoid of live tuples; we do not createemptry BRIN
1045
+ * pages, if they were devoid of live tuples; we do not createempty BRIN
1046
1046
* ranges here - the leader is responsible for filling them in.
1047
1047
*
1048
1048
* Unlike serial builds, parallel index builds allow synchronized seqscans
@@ -2149,7 +2149,7 @@ union_tuples(BrinDesc *bdesc, BrinMemTuple *a, BrinTuple *b)
2149
2149
* brin_vacuum_scan
2150
2150
*Do a complete scan of the index during VACUUM.
2151
2151
*
2152
- * This routine scans the complete index looking foruncatalogued index pages,
2152
+ * This routine scans the complete index looking foruncataloged index pages,
2153
2153
* i.e. those that might have been lost due to a crash after index extension
2154
2154
* and such.
2155
2155
*/