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
|
||
|---|---|---|
| .. | ||
| expected | ||
| specs | ||
| sql | ||
| .gitignore | ||
| logical.conf | ||
| Makefile | ||
| test_decoding.c | ||