forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1b62971
committed
AdjustUpgrade.pm should zap test_ext_cine, too.
test_extensions' test_ext_cine extension has the same upgrade hazardas test_ext7: the regression test leaves it in an updated statefrom which no downgrade path to default is provided. This causesthe update_extensions.sql script helpfully provided by pg_upgradeto fail. So drop it in cross-version-upgrade testing.Not entirely sure how come I didn't hit this in testing yesterday;possibly I'd built the upgrade reference databases withtestmodules-install-check disabled.Backpatch to v10 where this module was introduced.1 parent8e7398d commit1b62971
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
0 commit comments
Comments
(0)