Available on crate features
source-postgres-cdc and source-rest only.Expand description
pgoutput logical decoding protocol — message types, wire decoder, relation registry, value decoder.
Modules§
- decoder
- pgoutput wire-format decoder — turns raw bytes into
Messagevalues. - messages
- pgoutput message types — high-level structs decoded from the wire.
- registry
- In-process cache of
Relationmessages so subsequentInsert/Update/Deleteevents can look up column names + type OIDs by relation OID. - values
- Postgres type OID -> JSON Value mapping for text-mode tuple cells.