- Notifications
You must be signed in to change notification settings - Fork4.9k
Commit8c2dd21
committed
vacuumdb: Add missing PQfinish() calls to vacuum_one_database().
A few of the version checks in vacuum_one_database() do not callPQfinish() before exiting. This precedent was unintentionallyestablished in commit00d1e88, and while it's probably not tooproblematic, it seems better to properly close the connection.Reviewed-by: Daniel Gustafsson <daniel@yesql.se>Discussion:https://postgr.es/m/Z6JAwqN1I8ljTuXp%40nathanBackpatch-through: 131 parent061994f commit8c2dd21
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
461 | 461 |
| |
462 | 462 |
| |
463 | 463 |
| |
| 464 | + | |
| 465 | + | |
464 | 466 |
| |
465 | 467 |
| |
| 468 | + | |
466 | 469 |
| |
467 | 470 |
| |
| 471 | + | |
| 472 | + | |
468 | 473 |
| |
469 | 474 |
| |
| 475 | + | |
470 | 476 |
| |
471 | 477 |
| |
| 478 | + | |
| 479 | + | |
472 | 480 |
| |
473 | 481 |
| |
| 482 | + | |
474 | 483 |
| |
475 | 484 |
| |
476 | 485 |
| |
|
0 commit comments
Comments
(0)