Replace verified header tracking bitfield with a hash table
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Dec 2010 12:23:02 +0000 (14:23 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 13 Dec 2010 12:25:52 +0000 (14:25 +0200)
commit78097d55f446c32911f629d4ce3ef79fe3c5c898
treedf65d54fc5566f823595df0133d61469928e3318
parent5c43095e1d78b3befe93c746fd182746c3b96c92
Replace verified header tracking bitfield with a hash table
- No functional changes, but allows getting rid of yet another custom
  (re)allocation scheme + ugly bitfield manipulation macros. Also the
  header instance numbers can be rather sparse, making hash a natural
  fit for the purpose.
lib/backend/dbi.h
lib/rpmdb.c
lib/rpmdb_internal.h