• Rusty Russell's avatar
    tdb2: catch errors in tdb1_needs_recovery() · 332d0c29
    Rusty Russell authored
    The tdb1 backend simply returns "true" if there's an error determining
    if a tdb needs recovery.  But this leads failtest down a rabbit hole;
    it's better to return the error at this case (and makes for better for
    diagnostics, since they will come from the first fault, not later in
    tdb1_transaction_recover().
    332d0c29
tdb1_private.h 7.07 KB