- Notifications
You must be signed in to change notification settings - Fork4.9k
Commiteeaf689
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 parentd7260f9 commiteeaf689
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
514 | 514 |
| |
515 | 515 |
| |
516 | 516 |
| |
| 517 | + | |
517 | 518 |
| |
518 | 519 |
| |
519 | 520 |
| |
520 | 521 |
| |
521 | 522 |
| |
522 | 523 |
| |
523 | 524 |
| |
| 525 | + | |
524 | 526 |
| |
525 | 527 |
| |
526 | 528 |
| |
527 | 529 |
| |
528 | 530 |
| |
529 | 531 |
| |
530 | 532 |
| |
| 533 | + | |
531 | 534 |
| |
532 | 535 |
| |
533 | 536 |
| |
|
0 commit comments
Comments
(0)