Commit 6f37c080 authored by Peter Eisentraut's avatar Peter Eisentraut

Fix whitespace

parent 3b5e03dc
...@@ -17,7 +17,7 @@ SELECT pg_drop_replication_slot('regression_slot'); ...@@ -17,7 +17,7 @@ SELECT pg_drop_replication_slot('regression_slot');
-- fail -- fail
SELECT pg_drop_replication_slot('regression_slot'); SELECT pg_drop_replication_slot('regression_slot');
-- check that we're detecting a streaming rep slot used for logical decoding -- check that we're detecting a streaming rep slot used for logical decoding
SELECT 'init' FROM pg_create_physical_replication_slot('repl'); SELECT 'init' FROM pg_create_physical_replication_slot('repl');
SELECT data FROM pg_logical_slot_get_changes('repl', NULL, NULL, 'include-xids', '0'); SELECT data FROM pg_logical_slot_get_changes('repl', NULL, NULL, 'include-xids', '0');
SELECT pg_drop_replication_slot('repl'); SELECT pg_drop_replication_slot('repl');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment