mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix whitespace
This commit is contained in:
parent
3b5e03dca2
commit
6f37c08057
@ -17,7 +17,7 @@ SELECT pg_drop_replication_slot('regression_slot');
|
||||
-- fail
|
||||
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 data FROM pg_logical_slot_get_changes('repl', NULL, NULL, 'include-xids', '0');
|
||||
SELECT pg_drop_replication_slot('repl');
|
||||
|
Loading…
Reference in New Issue
Block a user