mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix test_decoding regression test outputs.
Commit6f37c08057
removed whitespace from the SQL file but not the expected-output file, and commit7e8db2dc42
changed the error message without updating the expected outputs.
This commit is contained in:
@ -33,7 +33,7 @@ SELECT pg_drop_replication_slot('regression_slot');
|
||||
-- fail
|
||||
SELECT pg_drop_replication_slot('regression_slot');
|
||||
ERROR: replication slot "regression_slot" does not exist
|
||||
-- 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');
|
||||
?column?
|
||||
----------
|
||||
|
Reference in New Issue
Block a user