]> Sergey Matveev's repositories - public-inbox.git/commit
searchidx: all indexers check for bad blobs
authorEric Wong <e@80x24.org>
Wed, 9 Dec 2020 09:25:10 +0000 (09:25 +0000)
committerEric Wong <e@80x24.org>
Thu, 10 Dec 2020 06:39:36 +0000 (06:39 +0000)
commitdb0fff29f2ee736117ba03e8d1e0ad8a251013f3
tree4e4977f242681b38db3dc82fa6ab9f078251166c
parentdb7c206a4e2c71d08dd286d6dfa92431976e9693
searchidx: all indexers check for bad blobs

This should help us detect bugs in our code or storage
synchronization problems more easily.  This probably won't
detect corrupted git storage, but can detect corrupted SQLite
files.

"Bad blobs, bad blobs, whatcha gonna do when they come for you?"
lib/PublicInbox/ExtSearchIdx.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm