Revert inadvertent test change done in d8fc209d5
authorPetr Jelinek <pjmodos@pjmodos.net>
Thu, 26 Mar 2015 16:58:06 +0000 (17:58 +0100)
committerPetr Jelinek <pjmodos@pjmodos.net>
Thu, 26 Mar 2015 16:58:06 +0000 (17:58 +0100)
sql/identifier.sql

index 3bc5e3a4873235d70380f592f7a2ac5eb97b979b..7a18ce2849eb201c2d5113ba1f1e243654934199 100644 (file)
@@ -46,9 +46,8 @@ AS (
   FROM pg_catalog.pg_replication_slots s,
     LATERAL bdr.bdr_parse_slot_name(s.slot_name) p
 )
-SELECT 'fail'
-FROM namepairs
-WHERE orig <> formatted;
+SELECT orig = formatted
+FROM namepairs;
 
 -- Check the view mapping slot names to bdr nodes. We can't really examine the slot
 -- name in the regresschecks, because it changes every run, so make sure we at least