pub fn decode_message(data: &[u8]) -> Result<WalMessage, DecoderError>Expand description
Decodes a single pgoutput WAL message from raw bytes.
ยงErrors
Returns DecoderError if the data is truncated, malformed, or
contains an unknown message type.