forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit57ae788
committed
Drop index behind pg_upgrade test issue.
The vacuum_cleanup_index_scale_factor storage parameter was set in abtree index that was previously left behind in the regression testdatabase. As a result, the index gets tested within pg_dump andpg_restore tests, as well as pg_upgrade testing. This won't work whenupgrading to Postgres 14, though, because the storage parameter wasremoved on that version by commit9f3665f.Fix the test failure by dropping the index in question.Per buildfarm member crake.Discussion:https://postgr.es/m/CAH2-WzmeXYBWdhF7BMhNjhq9exsk=E1ohqBFAwzPdXJZ1XDMUA@mail.gmail.comBackpatch: 11-12 only1 parent5645a6a commit57ae788
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
| 315 | + | |
315 | 316 |
| |
316 | 317 |
| |
317 | 318 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
| 143 | + | |
143 | 144 |
| |
144 | 145 |
| |
145 | 146 |
| |
|
0 commit comments
Comments
(0)