Remove the SSTWriter's supportsRangeKeys field. All table formats in use
support range keys.
Epic: none
Release note: none
storage: bump table format of backup sstables
Bump the default table format of backup sstables from Pebblev2 to Pebblev4.
Additionally, when a cluster has columnar blocks enabled, allow backup sstables
to be constructed in Pebblev5 which uses column-oriented sstable blocks.
storage: remove SSTWriter.supportsRangeKeys
Remove the SSTWriter's supportsRangeKeys field. All table formats in use support range keys.
Epic: none Release note: none
storage: bump table format of backup sstables
Bump the default table format of backup sstables from Pebblev2 to Pebblev4. Additionally, when a cluster has columnar blocks enabled, allow backup sstables to be constructed in Pebblev5 which uses column-oriented sstable blocks.
Close https://github.com/cockroachdb/cockroach/issues/135730. Epic: CRDB-37482 Release note: none