forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f5863e
committed
pg_upgrade: set vacuum_defer_cleanup_age to zero
Non-zero vacuum_defer_cleanup_age values cause pg_upgrade freezing ofthe system catalogs to be incomplete, or do nothing. This will causethe upgrade to fail in confusing ways.Reported-by: Laurenz AlbeDiscussion:https://postgr.es/m/7d6f6c22ba05ce0c526e9e8b7bfa8105e7da45e6.camel@cybertec.atBackpatch-through: 9.51 parent5674eb9 commit3f5863e
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| 242 | + | |
| 243 | + | |
| 244 | + | |
242 | 245 |
| |
243 | 246 |
| |
244 | 247 |
| |
| |||
247 | 250 |
| |
248 | 251 |
| |
249 | 252 |
| |
250 |
| - | |
| 253 | + | |
251 | 254 |
| |
252 | 255 |
| |
253 | 256 |
| |
|
0 commit comments
Comments
(0)