forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb030697
committed
Refuse upgrades from pre-9.0 clusters
Commit695b4a1 added a dependency on retrieving oldestxid frompg_control, which only exists in 9.0 and onwards, but the check for8.4 as the oldest version was retained. Since there has been few ifany complaints of 8.4 upgrades not working, fix by setting 9.0 asthe oldest version supported rather than resurrecting 8.4 support.Backpatch to all supported versions.Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/1973418.1657040382@sss.pgh.pa.usBackpatch-through: v121 parent9489f3c commitb030697
2 files changed
+8
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
67 | 67 |
| |
68 | 68 |
| |
69 | 69 |
| |
70 |
| - | |
| 70 | + | |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
283 |
| - | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
284 | 289 |
| |
285 | 290 |
| |
286 | 291 |
| |
|
0 commit comments
Comments
(0)