diff options
| author | Tom Lane | 2017-08-14 21:29:33 +0000 |
|---|---|---|
| committer | Tom Lane | 2017-08-14 21:29:33 +0000 |
| commit | 21d304dfedb4f26d0d6587d9ac39b1b5c499bb55 (patch) | |
| tree | bd5328464e037f15bf069fb91d54db06509b459c /src/backend/commands/vacuumlazy.c | |
| parent | 5b6289c1e07dc45f09c3169a189e60d2fcaec2b3 (diff) | |
Final pgindent + perltidy run for v10.
Diffstat (limited to 'src/backend/commands/vacuumlazy.c')
| -rw-r--r-- | src/backend/commands/vacuumlazy.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/commands/vacuumlazy.c b/src/backend/commands/vacuumlazy.c index fabb2f8d527..e9b4045fe56 100644 --- a/src/backend/commands/vacuumlazy.c +++ b/src/backend/commands/vacuumlazy.c @@ -529,11 +529,11 @@ lazy_scan_heap(Relation onerel, int options, LVRelStats *vacrelstats, * safely set for relfrozenxid or relminmxid. * * Before entering the main loop, establish the invariant that - * next_unskippable_block is the next block number >= blkno that we - * can't skip based on the visibility map, either all-visible for a - * regular scan or all-frozen for an aggressive scan. We set it to - * nblocks if there's no such block. We also set up the skipping_blocks - * flag correctly at this stage. + * next_unskippable_block is the next block number >= blkno that we can't + * skip based on the visibility map, either all-visible for a regular scan + * or all-frozen for an aggressive scan. We set it to nblocks if there's + * no such block. We also set up the skipping_blocks flag correctly at + * this stage. * * Note: The value returned by visibilitymap_get_status could be slightly * out-of-date, since we make this test before reading the corresponding |
