Expand description
Stream-family trait methods on the Postgres backend (RFC-015).
This module houses the four stream methods called from
EngineBackend on crate::PostgresBackend:
append_frame— Durable, DurableSummary (with JSON Merge Patch apply), and BestEffortLive (EMA-driven dynamic MAXLEN).read_stream— XRANGE-equivalent over(ts_ms, seq).tail_stream— blocking tail via the sharedcrate::listener::StreamNotifier; NO pg connection is held while parked (Q2).read_summary— reads the rolling DurableSummary document.