Actually enable the global transaction string pool
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 12 Sep 2012 10:43:46 +0000 (13:43 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 12 Sep 2012 11:03:36 +0000 (14:03 +0300)
commit2a1a6f405a4c5719b4a060fead8e3ba5e2c28e63
tree79f04aabce1195a0abecfe751db8b65f7e00c3e2
parenta3bb7f59a7a3b75d2d13029e8a47b700bf8634dd
Actually enable the global transaction string pool

- With this, practically all transaction member file (base- and dirname)
  and dependency strings get now stored in a giant transaction global
  string pool. Greenpeace applaudes us for all the rain-forests that
  will be saved by the memory savings... not. Some memory is saved
  but the real wins only start when everything is converted to use
  pool id's instead of string pointers. Also we're still creating
  a ridiculous number of private pools from various sources, but
  we gotta start someplace.
lib/depends.c