forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4873c96
committed
Fix inappropriately-timed memory context switch in autovacuum_do_vac_analyze.
This accidentally failed to fail before 8.3, because the context we wereswitching back to was long-lived anyway; but it sure looks risky as can benow. Well spotted by Pavan Deolasee.1 parent4844529 commit4873c96
1 file changed
+12
-10
lines changedLines changed: 12 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 |
| - | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
2602 | 2602 |
| |
2603 | 2603 |
| |
2604 | 2604 |
| |
| 2605 | + | |
2605 | 2606 |
| |
2606 | 2607 |
| |
| 2608 | + | |
2607 | 2609 |
| |
2608 | 2610 |
| |
2609 |
| - | |
2610 |
| - | |
2611 |
| - | |
2612 |
| - | |
2613 |
| - | |
2614 |
| - | |
2615 |
| - | |
2616 | 2611 |
| |
2617 | 2612 |
| |
2618 | 2613 |
| |
| |||
2622 | 2617 |
| |
2623 | 2618 |
| |
2624 | 2619 |
| |
| 2620 | + | |
| 2621 | + | |
| 2622 | + | |
| 2623 | + | |
| 2624 | + | |
| 2625 | + | |
| 2626 | + | |
| 2627 | + | |
2625 | 2628 |
| |
2626 | 2629 |
| |
2627 | 2630 |
| |
2628 |
| - | |
2629 |
| - | |
| 2631 | + | |
2630 | 2632 |
| |
2631 | 2633 |
| |
2632 | 2634 |
| |
|
0 commit comments
Comments
(0)