Opened 15 years ago
#37 new enhancement
Split tagged-hash from regular history backend
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | history | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
The history backend currently uses the dbz code in lib, which builds with tagged hash depending on compile-time options. This defeats the whole point of having a pluggable history API. Tagged hash should be a separate history backend that can be selected at run-time.
This will requiring untangling the code in lib/dbz.c and updating makedbz to call into the API instead of knowing about the dbz format internally.
Note: See
TracTickets for help on using
tickets.