- Notifications
You must be signed in to change notification settings - Fork28
Commit6df8fb3
committed
Repair unstable regression test.
Commit0c882e5 tried to force table atest12 to have more-accurate-than-default statistics; but transiently setting default_statistics_targetisn't enough for that, because autovacuum could come along and overwritethe stats later. This evidently explains some intermittent buildfarmfailures we've seen since then. Repair by disabling autovac on this table.Thanks to David Rowley for correctly diagnosing the cause.Discussion:https://postgr.es/m/CA+hUKG+OUkQSOUTg=qo=S=fWa_tbm99i7rB7mfbHz1SYm4v-jQ@mail.gmail.com1 parent2174d40 commit6df8fb3
2 files changed
+4
-2
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
194 |
| - | |
| 194 | + | |
| 195 | + | |
195 | 196 |
| |
196 | 197 |
| |
197 | 198 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 |
| - | |
| 139 | + | |
| 140 | + | |
140 | 141 |
| |
141 | 142 |
| |
142 | 143 |
| |
|
0 commit comments
Comments
(0)