forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitafd0fcb
committed
Fix test_decoding test case's check that slot has been dropped.
pg_stat_replication shows connected replication clients. The ddl test casenever has any replication clients connected, so querying pg_stat_replicationis pointless. To check that a slot has been dropped correctly, querypg_replication_slots instead.Andres Freund1 parent03e2b10 commitafd0fcb
2 files changed
+7
-6
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
639 | 639 |
| |
640 | 640 |
| |
641 | 641 |
| |
642 |
| - | |
643 |
| - | |
644 |
| - | |
645 |
| - | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
646 | 646 |
| |
647 | 647 |
|
Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
331 | 331 |
| |
332 | 332 |
| |
333 | 333 |
| |
| 334 | + | |
334 | 335 |
| |
335 | 336 |
| |
336 |
| - | |
337 |
| - | |
| 337 | + | |
| 338 | + |
0 commit comments
Comments
(0)