crates/dbtools/ - get-biggest-programs panics for anyone using the default 10-partition HASH layout. Tool iterates hardcoded partitions and hits snapshot_accounts_p10 which doesn't exist. Fix: read partitions from pg_tables.
crates/dbtools/ - get-biggest-programs panics for anyone using the default 10-partition HASH layout.
Tool iterates hardcoded partitions and hits snapshot_accounts_p10 which doesn't exist.
Fix: read partitions from pg_tables.