]> git.ozlabs.org Git - ccan/commitdiff
tdb2: get rid of zones
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 17 Nov 2010 09:55:41 +0000 (20:25 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 17 Nov 2010 09:55:41 +0000 (20:25 +1030)
Zones were a bad idea.  They mean we can't simply add stuff to the end
of the file (which transactions relied upon), and there's no good heuristic
in how to size them.

This patch reverts us to a single free table.


No differences found