test_slot_timelines: Fix alternate expected output
authorAlvaro Herrera <[email protected]>
Fri, 1 Apr 2016 21:36:07 +0000 (18:36 -0300)
committerAlvaro Herrera <[email protected]>
Fri, 1 Apr 2016 21:36:07 +0000 (18:36 -0300)
src/test/modules/test_slot_timelines/expected/load_extension_1.out

index bf2abefb6efe6747f1ea07bf4fbbc356070832a3..0db21e46d90a63cb55c1a18437e09b71b81fdfd5 100644 (file)
@@ -1,7 +1,7 @@
 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