Switch rpmdb basename finding to use pool id's instead of strings
authorPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Sep 2012 16:55:03 +0000 (19:55 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Fri, 14 Sep 2012 16:59:15 +0000 (19:59 +0300)
commit62fd585b2ecd85519d67cc7185077d1178aed040
tree8de6f305519c64a3b6dda0671dad2bc8f5a5bd81
parentefa7b1dc0c4bfb260c799b612b5c362e4f47b1fd
Switch rpmdb basename finding to use pool id's instead of strings

- Ids are both faster to hash/compare and cheaper to store than string
  pointers. Not a huge win but a win anyway...
lib/transaction.c