diff options
author | David Rowley | 2023-04-19 01:50:33 +0000 |
---|---|---|
committer | David Rowley | 2023-04-19 01:50:33 +0000 |
commit | 3f58a4e2960a9509036b7d94beab64a747dc59dc (patch) | |
tree | b2e8ef0ecb63cfe29d179685cdc408534d12e235 /src/backend/commands | |
parent | fcb21b3acdcb9a60313325618fd7080aa36f1626 (diff) |
Fix various typos and incorrect/outdated name references
Author: Alexander Lakhin
Discussion: https://postgr.es/m/699beab4-a6ca-92c9-f152-f559caf6dc25@gmail.com
Diffstat (limited to 'src/backend/commands')
-rw-r--r-- | src/backend/commands/vacuumparallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/commands/vacuumparallel.c b/src/backend/commands/vacuumparallel.c index 87ea5c5242..a79067fd46 100644 --- a/src/backend/commands/vacuumparallel.c +++ b/src/backend/commands/vacuumparallel.c @@ -8,7 +8,7 @@ * * In a parallel vacuum, we perform both index bulk deletion and index cleanup * with parallel worker processes. Individual indexes are processed by one - * vacuum process. ParalleVacuumState contains shared information as well as + * vacuum process. ParallelVacuumState contains shared information as well as * the memory space for storing dead items allocated in the DSM segment. We * launch parallel worker processes at the start of parallel index * bulk-deletion and index cleanup and once all indexes are processed, the |