]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
fts: Extend parser's deinit function interface with retriable_err_msg_r parameter
authorSergey Kitov <sergey.kitov@open-xchange.com>
Mon, 9 Oct 2017 10:13:05 +0000 (13:13 +0300)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Mon, 11 Dec 2017 08:51:49 +0000 (10:51 +0200)
commit72d301f5751986396533088b769a9e74735a467c
tree927414f547b258fc33c074b91cd7e63330165d36
parent43f4e550efe7afa72aab3a7ded7ad7ce606526fb
fts: Extend parser's deinit function interface with retriable_err_msg_r parameter

the new parameter will be set to a error string in case indexing may
need retrying, so it will be logged later when decision about retry will be made.
src/plugins/fts/fts-api-private.h
src/plugins/fts/fts-build-mail.c
src/plugins/fts/fts-parser-html.c
src/plugins/fts/fts-parser-script.c
src/plugins/fts/fts-parser-tika.c
src/plugins/fts/fts-parser.c
src/plugins/fts/fts-parser.h