forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb4bd6f6
committed
pg_upgrade: remove reference to autovacuum_multixact_freeze_max_age
autovacuum_multixact_freeze_max_age was added as a pg_ctl startparameter in 9.3.X to prevent autovacuum from running. However, onlysome 9.3.X releases have autovacuum_multixact_freeze_max_age as it wasadded in a minor PG 9.3 release. It also isn't needed because -b turnsoff autovacuum in 9.1+.Without this fix, trying to upgrade from an early 9.3 release to 9.4would fail.Report by EDBBackpatch through 9.31 parentcd74a15 commitb4bd6f6
1 file changed
+8
-9
lines changedLines changed: 8 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
211 | 212 |
| |
212 | 213 |
| |
213 | 214 |
| |
214 | 215 |
| |
215 | 216 |
| |
216 | 217 |
| |
217 | 218 |
| |
218 |
| - | |
| 219 | + | |
219 | 220 |
| |
220 | 221 |
| |
221 | 222 |
| |
222 | 223 |
| |
223 |
| - | |
224 |
| - | |
225 | 224 |
| |
226 | 225 |
| |
227 | 226 |
| |
|
0 commit comments
Comments
(0)