- Notifications
You must be signed in to change notification settings - Fork5
Commit32ad0fc
committed
Clamp last_anl_tuples to n_live_tuples, in case we vacuum a table without
analyzing, so that future analyze threshold calculations don't get confused.Also, make sure we correctly track the decrease of live tuples cause bydeletes.Per report from Dylan Hansen, patches by Tom Lane and me.1 parentdc2c25f commit32ad0fc
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
2635 | 2635 |
| |
2636 | 2636 |
| |
2637 | 2637 |
| |
2638 |
| - | |
| 2638 | + | |
| 2639 | + | |
2639 | 2640 |
| |
2640 | 2641 |
| |
2641 | 2642 |
| |
| |||
2830 | 2831 |
| |
2831 | 2832 |
| |
2832 | 2833 |
| |
| 2834 | + | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
2833 | 2840 |
| |
2834 | 2841 |
| |
2835 | 2842 |
| |
|
0 commit comments
Comments
(0)