forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a9b2a6
committed
vacuumdb: Fix comment for vacuum_one_database().
Since commite0c2933, vacuum_one_database() always uses acatalog query to discover the tables to process, but this commentstill notes the special case for which we used a catalog querybefore that commit. Let's just remove that note.Also, commit7781f4e renamed the "tables" parameter to "objects"but missed updating this comment. This commit fixes that as well.1 parent86e4efc commit6a9b2a6
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
464 |
| - | |
| 464 | + | |
465 | 465 |
| |
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 | 469 |
| |
470 | 470 |
| |
471 |
| - | |
472 |
| - | |
| 471 | + | |
473 | 472 |
| |
474 | 473 |
| |
475 | 474 |
| |
|
0 commit comments
Comments
(0)