From: Christian Kruse Date: Wed, 7 May 2014 12:20:35 +0000 (+0200) Subject: bdr: isolationtester: some basic tests for generating conflicts X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7774d75198d8cab5dab54fd12e185a0ddfffb72f;p=users%2Fandresfreund%2Fpostgres.git bdr: isolationtester: some basic tests for generating conflicts --- diff --git a/src/test/isolation/specs/bdr/conflict.spec b/src/test/isolation/specs/bdr/conflict.spec index e1f8b49df3..c1b68a4efe 100644 --- a/src/test/isolation/specs/bdr/conflict.spec +++ b/src/test/isolation/specs/bdr/conflict.spec @@ -1,5 +1,5 @@ -conninfo "d1" "port=5433 dbname=postgres" -conninfo "d2" "port=5434 dbname=postgres" +conninfo "d1" "port=5432 dbname=test_db host=localhost" +conninfo "d2" "port=5433 dbname=test_db host=localhost" session "s1" connection "d1"