Split actual cursor get + set-conversion to separate function
authorPanu Matilainen <pmatilai@redhat.com>
Wed, 8 Jun 2011 15:46:45 +0000 (18:46 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Wed, 8 Jun 2011 15:46:45 +0000 (18:46 +0300)
commit0d9fec8e6783006c0e62d31d4a28c4c6d35eca29
treed90b435f1f12ae18351cf4cf8fb29f65168b5a47
parent01ca714f38e97ee36226630fd37c5cc0406acb0b
Split actual cursor get + set-conversion to separate function
- Allows multiple retrieves on a single cursor instance, dbiGetToSet()
  is just a convenience wrapper around dbiCursorGetToSet() now.
- Creating and tearing down cursors isn't exactly terrifyingly
  expensive but still measurable when lots of lookups are done.
lib/rpmdb.c