Module mz_pgwire_common::codec
source · Expand description
Encoding/decoding of messages in pgwire. See “Frontend/Backend Protocol: Message Formats” in the PostgreSQL reference for the specification.
See the crate docs for higher level concerns.
Structs§
- Decodes data within pgwire messages.
Enums§
Constants§
- Maximum allowed size for a request.
Traits§
Functions§
- Constructs an error indicating that the client has violated the pgwire protocol.