]> git.ipfire.org Git - thirdparty/public-inbox.git/commit
cindex: make prune work without SCM_RIGHTS support
authorEric Wong <e@80x24.org>
Sat, 26 Aug 2023 20:14:03 +0000 (20:14 +0000)
committerEric Wong <e@80x24.org>
Mon, 28 Aug 2023 00:26:58 +0000 (00:26 +0000)
commit920a2c6dea805b9e107910bd7fd7d878e3463179
tree9ba333d843976c53f61f50342891d9f167148c10
parentf9d16435e8a2638fde36f103f894bde68e8675b9
cindex: make prune work without SCM_RIGHTS support

We don't have to create extra pipes to pass around, actually.
Sending records via send/sendmsg isn't noticeably more expensive
than writing to a pipe.
lib/PublicInbox/CodeSearchIdx.pm