mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
pg_stat_replication shows connected replication clients. The ddl test case never has any replication clients connected, so querying pg_stat_replication is pointless. To check that a slot has been dropped correctly, query pg_replication_slots instead. Andres Freund