Expand description
PostgreSQL relation schema cache.
Caches the schema (column metadata) for each relation received in
pgoutput Relation messages. Required because DML messages only
reference relations by OID — the schema must be looked up from this cache.
Structs§
- Relation
Cache - Cache of relation schemas received from
pgoutputRelation messages. - Relation
Info - Cached information about a
PostgreSQLrelation (table).
Functions§
- cdc_
envelope_ schema - Builds the CDC envelope schema used by
PostgresCdcSource.