mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01:00
There are basically three situations in which logical decoding needs
to perform cache invalidation. During/After replaying a transaction
with catalog changes, when skipping a uninteresting transaction that
performed catalog changes and when erroring out while replaying a
transaction. Unfortunately these three cases were all done slightly
differently - partially because
|
||
|---|---|---|
| .. | ||
| binary.sql | ||
| ddl.sql | ||
| decoding_in_xact.sql | ||
| decoding_into_rel.sql | ||
| permissions.sql | ||
| prepared.sql | ||
| rewrite.sql | ||
| toast.sql | ||