diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/commands/vacuum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/vacuum.h b/src/include/commands/vacuum.h index bf3126aa9bb..4cfd52eaf4d 100644 --- a/src/include/commands/vacuum.h +++ b/src/include/commands/vacuum.h @@ -40,7 +40,7 @@ /* * bulkdelete can be performed in parallel. This option can be used by - * IndexAm's that need to scan the index to delete the tuples. + * index AMs that need to scan indexes to delete tuples. */ #define VACUUM_OPTION_PARALLEL_BULKDEL (1 << 0) |