mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -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