Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Synopsis
- data Options = Options {
- enabled :: !Bool
- checkCRCOnCheckpoint :: !Bool
- savepointTimeoutSec :: !Word32
- checkpointTimeoutSec :: !Word32
- walBufferSz :: !Word64
- checkpointBufferSz :: !Word8
- walLockInterceptor :: !(FunPtr (CBool -> Ptr () -> IO RC))
- walLockInterceptorOpaque :: !(Ptr ())
- zero :: Options
Documentation
Write ahead log (WAL) options.
Options | |
|