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:
b754c0c
)
Fix broken supervisordb test
author
Petr Jelinek
<pjmodos@pjmodos.net>
Fri, 1 May 2015 13:56:02 +0000
(15:56 +0200)
committer
Petr Jelinek
<pjmodos@pjmodos.net>
Fri, 1 May 2015 13:56:21 +0000
(15:56 +0200)
expected/supervisordb.out
patch
|
blob
|
blame
|
history
diff --git
a/expected/supervisordb.out
b/expected/supervisordb.out
index af09877f2ba5f91bdc72d180924943b9f380716f..cc1e1f0c900f03c7b83223d54fdd13a3533f72e9 100644
(file)
--- a/
expected/supervisordb.out
+++ b/
expected/supervisordb.out
@@
-13,3
+13,5
@@
HINT: Use a different database name
ALTER DATABASE regression RENAME TO bdr_supervisordb;
ERROR: The BDR extension reserves the database name bdr_supervisordb for its own use
HINT: Use a different database name
+-- Connections to the supervisordb are also prevented, but
+-- cannot be tested here because of #63 at this point.