You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable schema refresher permanently on hot standbys
A server in recovery refuses LISTEN outright (SQLSTATE 25006) and can
never deliver notifications (NOTIFY is not WAL-logged), so retrying
every 30s would warn forever. Verified against devmirror, which is a
physical replica (PG 18.1, pg_is_in_recovery() = true) -- this is the
situation for development copies of the website. Also document why
abandoning an inherited listener without close() is safe (psycopg's
pid-guarded GC).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments