Re: hissqlite (was Re: ovsqlite)
Russ Allbery <[email protected]>
| Newsgroups | gmane.network.inn |
|---|---|
| Organization | The Eyrie |
| Message-ID | <[email protected]> |
Bo Lindbergh <[email protected]> writes: > Quoth Russ Allbery <[email protected]>: >> I'm wondering if sqlite could handle the history file. > I'll have a look at it. > history/buildconfig.in contains: >> if (!-d 'hisv6') { >> if (-d 'history/cnfs') { > ^^^^ > This is a copy-and-paste error, right? Yes. > Step 1 seems to be merging and refactoring history/buildconfig > and storage/buildconfig since they apparently do the same thing > except with different names. Yes, that would be great. (I have been dubious for a while whether that level of indirection in the build system is worth it. The theory is that it makes it easy to drop in a new backend, and makes it easy to deactivate backends, but honestly, how often do we do that? One option might be to get rid of that indirection entirely.) -- Russ Allbery ([email protected]) <https://www.eyrie.org/~eagle/> Please send questions to the list rather than mailing me directly. <https://www.eyrie.org/~eagle/faqs/questions.html> explains why.