Skip to content
Snippets Groups Projects
Commit f07d18b6 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

test_slot_timelines: Fix alternate expected output

parent 3d3bf62f
No related branches found
No related tags found
No related merge requests found
CREATE EXTENSION test_slot_timelines;
SELECT test_slot_timelines_create_logical_slot('test_slot', 'test_decoding');
ERROR: replication slots can only be used if max_replication_slots > 0
SELECT test_slot_timelines_advance_logical_slot('test_slot', txid_current(), txid_current(), pg_current_xlog_location(), pg_current_xlog_location());
SELECT test_slot_timelines_advance_logical_slot('test_slot', txid_current()::text::xid, txid_current()::text::xid, pg_current_xlog_location(), pg_current_xlog_location());
ERROR: replication slots can only be used if max_replication_slots > 0
SELECT pg_drop_replication_slot('test_slot');
ERROR: replication slots can only be used if max_replication_slots > 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment