Content-Length: 276591 | pFad | http://github.com/postgrespro/postgres_cluster/commit/1f9206069909163c160fc205d76a03149282a7dd

58 Change Dtm* to Arbiter* in daemons script for pg_dtm. · postgrespro/postgres_cluster@1f92060 · GitHub
Skip to content

Commit 1f92060

Browse files
kvapkelvich
authored andcommitted
Change Dtm* to Arbiter* in daemons script for pg_dtm.
1 parent ecaba19 commit 1f92060

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/pg_dtm/tests/daemons.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ func cmd_to_channel(argv []string, name string, out chan string) {
5959
}
6060

6161
const (
62-
DtmHost = "127.0.0.1"
63-
DtmPort = 5431
62+
ArbiterHost = "127.0.0.1"
63+
ArbiterPort = 5431
6464
PgPort = 5432
6565
)
6666

@@ -198,7 +198,7 @@ func main() {
198198

199199
var arbiters []string
200200
for i := range arbiterdirs {
201-
arbiters = append(arbiters, DtmHost + ":" + strconv.Itoa(DtmPort - i))
201+
arbiters = append(arbiters, ArbiterHost + ":" + strconv.Itoa(ArbiterPort - i))
202202
}
203203
for i, dir := range arbiterdirs {
204204
wg.Add(1)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/1f9206069909163c160fc205d76a03149282a7dd

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy