]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Make the sqlite3PagerGet() interface into a virtual method, with different
authordrh <drh@noemail.net>
Tue, 13 Dec 2016 14:32:47 +0000 (14:32 +0000)
committerdrh <drh@noemail.net>
Tue, 13 Dec 2016 14:32:47 +0000 (14:32 +0000)
commit12e6f682798853ab44a08ee4fd203d11d9899b47
tree7f7407e30866426dfb06c74576cbe94eb57dfd7b
parent26f419800a4e9d91813ab49c053f83db452bf8dc
Make the sqlite3PagerGet() interface into a virtual method, with different
implementations based on the current state of the pager.  This gives a small
performance increase by avoiding unnecessary branches inside the various
methods.

FossilOrigin-Name: df5bb90d208e0633056389e97696d260e3830e8d
manifest
manifest.uuid
src/pager.c