forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9a622c
committed
Fix error handling path in autovacuum launcher
The original code (since00e6a16) was assuming aborting thetransaction in autovacuum launcher was sufficient to release allresources, but in reality the launcher runs quite a lot of code out ofany transactions. Re-introduce individual cleanup calls to make abortmore robust.Reported-by: Robert HaasDiscussion:https://postgr.es/m/CA+TgmobQVbz4K_+RSmiM9HeRKpy3vS5xnbkL95gSEnWijzprKQ@mail.gmail.com1 parente139f19 commitd9a622c
1 file changed
+21
-0
lines changedLines changed: 21 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
| |||
524 | 525 |
| |
525 | 526 |
| |
526 | 527 |
| |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
527 | 548 |
| |
528 | 549 |
| |
529 | 550 |
| |
|
0 commit comments
Comments
(0)