]> git.ozlabs.org Git - ccan/commitdiff
tdb2: fix tdb_summary reports
authorRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Apr 2011 13:34:13 +0000 (23:04 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 19 Apr 2011 13:34:13 +0000 (23:04 +0930)
1) Fix the bogus reporting of uncoalesced runs: there has to be more than 1
   free record to make a "run", and any other record interrups the run.
2) Fix the bogus data count in the top line (which was number of records,
   not bytes).
3) Remove the count of free buckets: it's now a constant.


No differences found