Skip to content

Commit 2a6db5e

Browse files
committed
Update out-of-date comment in vacuumlazy.c
Commit 15c121b seems to have overlooked the need to trim this part of the comment. Pavan Deolasee Discussion: http://postgr.es/m/CABOikdPq_9+cWRNZ0RLKTwuZyj=uL85X=Usifa-CbPee1ZCM5A@mail.gmail.com
1 parent 5dfd564 commit 2a6db5e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/backend/commands/vacuumlazy.c

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
* Concurrent ("lazy") vacuuming.
55
*
66
*
7-
* The major space usage for LAZY VACUUM is storage for the array of dead
8-
* tuple TIDs, with the next biggest need being storage for per-disk-page
9-
* free space info. We want to ensure we can vacuum even the very largest
10-
* relations with finite memory space usage. To do that, we set upper bounds
11-
* on the number of tuples and pages we will keep track of at once.
7+
* The major space usage for LAZY VACUUM is storage for the array of dead tuple
8+
* TIDs. We want to ensure we can vacuum even the very largest relations with
9+
* finite memory space usage. To do that, we set upper bounds on the number of
10+
* tuples we will keep track of at once.
1211
*
1312
* We are willing to use at most maintenance_work_mem (or perhaps
1413
* autovacuum_work_mem) memory space to keep track of dead tuples. We

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy