Avoid umphteen unnecessary calls to rpmTagGetName()
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 20 Oct 2010 09:36:38 +0000 (12:36 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 20 Oct 2010 09:36:38 +0000 (12:36 +0300)
commit24c3da8da2cb34278caf6330a25f64c9ae11c635
tree583aa1056b38bfb8ea81e51685878b85fc558705
parent00454b620862af9d5952f103b196aa916d133b6d
Avoid umphteen unnecessary calls to rpmTagGetName()
- These aren't exactly hotpaths, but since the dbi always knows
  its name already there's no point going through rpmTagGetName()
  bsearch()'es and all for these.
lib/rpmdb.c