projects
/
2ndquadrant_bdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8fc209
)
Revert inadvertent test change done in d8fc209d5
author
Petr Jelinek
<pjmodos@pjmodos.net>
Thu, 26 Mar 2015 16:58:06 +0000
(17:58 +0100)
committer
Petr Jelinek
<pjmodos@pjmodos.net>
Thu, 26 Mar 2015 16:58:06 +0000
(17:58 +0100)
sql/identifier.sql
patch
|
blob
|
blame
|
history
diff --git
a/sql/identifier.sql
b/sql/identifier.sql
index 3bc5e3a4873235d70380f592f7a2ac5eb97b979b..7a18ce2849eb201c2d5113ba1f1e243654934199 100644
(file)
--- a/
sql/identifier.sql
+++ b/
sql/identifier.sql
@@
-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