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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy