Restore vacuum_cleanup_index_scale_factor coverage.

Peter Geoghegan <pg@bowt.ie>

Commit: ce54c024d9bf3022690dc84a17f1207aceec430a
Author: Peter Geoghegan <pg@bowt.ie>
Date: 2021-03-11T20:52:37Z
Releases: 12.7
Restore vacuum_cleanup_index_scale_factor coverage.

Revert two recent commits that had btree_index.sql drop regression test
indexes rather than leave them behind for pg_dump testing.

This is intended to restore pg_upgrade coverage of indexes with the
vacuum_cleanup_index_scale_factor storage parameter set on buildfarm
member crake.

Backpatch: 11-12 only

Files