MAX_SECTOR_SIZE 38325 sqlite3/libsqlite/sqlite3.c || iPageSize>SQLITE_MAX_PAGE_SIZE || iSectorSize>MAX_SECTOR_SIZE MAX_SECTOR_SIZE 39326 sqlite3/libsqlite/sqlite3.c if( pPager->sectorSize>MAX_SECTOR_SIZE ){ MAX_SECTOR_SIZE 39327 sqlite3/libsqlite/sqlite3.c assert( MAX_SECTOR_SIZE>=512 ); MAX_SECTOR_SIZE 39328 sqlite3/libsqlite/sqlite3.c pPager->sectorSize = MAX_SECTOR_SIZE;