mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Needed for logical decoding on a standby. Slots need to be invalidated because
of the horizon if rows required for logical decoding are removed. If the
primary's wal_level is lowered from 'logical', logical slots on the standby
need to be invalidated.
The new invalidation methods will be used in a subsequent commit.
Logical slots that have been invalidated can be identified via the new
pg_replication_slots.conflicting column.
See
|
||
|---|---|---|
| .. | ||
| sgml | ||
| Makefile | ||