1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Avoid making redundant copies of position-lists within the fts5 code.

FossilOrigin-Name: 5165de548b84825cb000d33e5d3de12b0ef112c0
This commit is contained in:
dan
2015-05-23 15:43:05 +00:00
parent 0d45967b7f
commit 2e7d35e2fe
8 changed files with 122 additions and 69 deletions

View File

@ -487,7 +487,6 @@ proc print_fold {zFunc} {
puts [subst -nocommands {
int ret = c;
assert( c>=0 );
assert( sizeof(unsigned short)==2 && sizeof(unsigned char)==1 );
if( c<128 ){