File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -439,7 +439,7 @@ reorg_one_table(const reorg_table *table, const char *orderby)
439
439
/*
440
440
* Register the table to be dropped on error. We use pktype as
441
441
* an advisory lock. The registration should be done after
442
- * the first command is succeeded .
442
+ * the first command succeeds .
443
443
*/
444
444
pgut_atexit_push (& reorg_cleanup , (void * ) table );
445
445
@@ -496,8 +496,8 @@ reorg_one_table(const reorg_table *table, const char *orderby)
496
496
PQclear (res );
497
497
498
498
/*
499
- * 4. Apply log to temp table until no tuples left in the log
500
- * and all of old transactions are finished.
499
+ * 4. Apply log to temp table until no tuples are left in the log
500
+ * and all of the old transactions are finished.
501
501
*/
502
502
for (;;)
503
503
{
@@ -517,7 +517,7 @@ reorg_one_table(const reorg_table *table, const char *orderby)
517
517
continue ; /* wait for old transactions */
518
518
}
519
519
520
- /* ok, go next step. */
520
+ /* ok, go to next step. */
521
521
break ;
522
522
}
523
523
You can’t perform that action at this time.
0 commit comments