We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88d6f19 commit 2db9f56Copy full SHA for 2db9f56
migrations/tests/extensions/11-wal2json.sql
@@ -1,5 +1,6 @@
1
BEGIN;
2
select pg_drop_replication_slot(slot_name) from pg_replication_slots where slot_name = 'test_slot';
3
select * from pg_create_logical_replication_slot('test_slot', 'wal2json');
4
+-- a rollback of the txn does not remove the logical replication slot that gets created, so we need to manually drop it
5
6
ROLLBACK;
0 commit comments