Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Avoid unnecessary fstat() calls to determine the database size when transitioning into a read transaction on a rollback-mode database. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | io-opt |
Files: | files | file ages | folders |
SHA3-256: |
6c3476b513965df22d648f9a1b99733a |
User & Date: | drh 2017-05-29 16:45:45.492 |
Context
2017-05-29
| ||
17:59 | Omit unnecessary fstat() calls for determining the database file size, resulting in smaller and faster code. (check-in: dd61c73677 user: drh tags: trunk) | |
16:45 | Avoid unnecessary fstat() calls to determine the database size when transitioning into a read transaction on a rollback-mode database. (Closed-Leaf check-in: 6c3476b513 user: drh tags: io-opt) | |
14:57 | Avoid unnecessary calls to fstat() to determine the database file size. (check-in: c733a1dea3 user: drh tags: io-opt) | |
Changes
Changes to src/pager.c.