On Thu, 2021-03-11 at 03:02 +0000, Peter Geoghegan wrote: > The vacuum_cleanup_index_scale_factor storage parameter was set in a > btree index that was previously left behind in the regression test > database. As a result, the index gets tested within pg_dump and > pg_restore tests, as well as pg_upgrade testing. This won't work when > upgrading to Postgres 14, though, because the storage parameter was > removed on that version by commit 9f3665fb. > > Fix the test failure by dropping the index in question.
I'd take that as an indication that Michael had a point with his complaint[1]. Perhaps it would be better to implement one of his ideas than to remove the test. Yours, Laurenz Albe [1]: https://postgr.es/m/[email protected]
