🧠 PostgreSQL Synchronous Replication Internals: How a COMMIT Waits and Wakes Up
Your COMMIT is hanging. Why?
You've set up a primary with two physical replicas, configured this on the primary:
synchronous_standby_names = 'FIRST 1 (s1, s2)'
-- needs SIGHUP / pg_reload_conf()
s
sri-revuru.hashnode.dev8 min read