Make the walIndexPage() routine about 3x faster by factoring out the seldom
commit128456fc45c274f723f730404de3d2ad8652d868
authorD. Richard Hipp <drh@hwaci.com>
Tue, 20 Feb 2018 22:20:57 +0000 (20 22:20 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Tue, 20 Feb 2018 22:20:57 +0000 (20 22:20 +0000)
treea9e5d343eb5ad65a19d291e392b934e6d64186e7
parent7a6919d2950e64a4b3071b416a68b2d30b42da7f
Make the walIndexPage() routine about 3x faster by factoring out the seldom
used reallocation logic into a separate subroutine.
src/wal.c