- Notifications
You must be signed in to change notification settings - Fork5
Commitdbd786b
committed
pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns
This only affects upgrades from 8.3 currently, and is harmless as thechild just generates an error in the script, but we should get it rightin case we ever need this for more complex uses.Per report from Peter Eisentraut1 parentb1543cc commitdbd786b
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
| 328 | + | |
| 329 | + | |
328 | 330 |
| |
329 | 331 |
| |
330 | 332 |
| |
| |||
346 | 348 |
| |
347 | 349 |
| |
348 | 350 |
| |
| 351 | + | |
| 352 | + | |
349 | 353 |
| |
350 | 354 |
| |
351 | 355 |
| |
|
0 commit comments
Comments
(0)