Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pg_replication_slots in standby (#147)
WAL functions cannot be executed in standby servers ``` ERROR: recovery is in progress HINT: WAL control functions cannot be executed during recovery. ``` In PostgreSQL 16 replication slots persist in the standby servers. This is also the case when using extensions like pg_failover_slots that transfer the slot information to the standby. This condition will make those queries to return values only in the primary node avoiding the errors. Co-authored-by: Jiří Čtvrtka <[email protected]> Co-authored-by: Nurlan Moldomurov <[email protected]>
- Loading branch information