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 178df24 commit 88d6f19Copy full SHA for 88d6f19
migrations/tests/extensions/11-wal2json.sql
@@ -1,4 +1,5 @@
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
+select pg_drop_replication_slot(slot_name) from pg_replication_slots where slot_name = 'test_slot';
5
ROLLBACK;
0 commit comments