[dovecot-cvs] dovecot/src/lib-storage/index/dbox dbox-storage.c,
1.13, 1.14
cras at dovecot.org
cras at dovecot.org
Fri Apr 14 15:30:25 EEST 2006
Update of /var/lib/cvs/dovecot/src/lib-storage/index/dbox
In directory talvi:/tmp/cvs-serv15869/index/dbox
Modified Files:
dbox-storage.c
Log Message:
Optimized searching a bit for cases where we can restrict search range by
simply looking at sequence sets. Also optimized some deleted/seen flag
searches where no results would be found. Added search_next_update_seq()
virtual method which allows plugins to restrict the search range (eg.
allowing indexed text search plugins).
Index: dbox-storage.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/lib-storage/index/dbox/dbox-storage.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- dbox-storage.c 12 Apr 2006 19:40:22 -0000 1.13
+++ dbox-storage.c 14 Apr 2006 12:30:23 -0000 1.14
@@ -688,6 +688,7 @@
index_storage_search_init,
index_storage_search_deinit,
index_storage_search_next,
+ index_storage_search_next_update_seq,
dbox_save_init,
dbox_save_continue,
dbox_save_finish,
More information about the dovecot-cvs
mailing list