- Notifications
You must be signed in to change notification settings - Fork4.9k
Commite8d8174
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 parentf07ebd5 commite8d8174
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
| 571 | + | |
| 572 | + | |
571 | 573 |
| |
572 | 574 |
| |
| 575 | + | |
573 | 576 |
| |
574 | 577 |
| |
| 578 | + | |
| 579 | + | |
575 | 580 |
| |
576 | 581 |
| |
| 582 | + | |
577 | 583 |
| |
578 | 584 |
| |
| 585 | + | |
| 586 | + | |
579 | 587 |
| |
580 | 588 |
| |
| 589 | + | |
581 | 590 |
| |
582 | 591 |
| |
| 592 | + | |
| 593 | + | |
583 | 594 |
| |
584 | 595 |
| |
| 596 | + | |
585 | 597 |
| |
586 | 598 |
| |
587 | 599 |
| |
|
0 commit comments
Comments
(0)