From: | "Wayne E(dot) Seguin" <wayneeseguin(at)gmail(dot)com> |
---|---|
To: | Craig Ringer <craig(at)2ndquadrant(dot)com> |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: [BDR] Node Join Question |
Date: | 2015-05-12 14:21:09 |
Message-ID: | CANf8RLsa+d_fE4_6eshWX6ZzVdtz0OSnv8_S4FBA_+QT=-xxTg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Craig,
It's alive!!!
One more question on this thread, where can I find the meanings of
node_status in the documentation?
pgbdr=# SELECT * FROM bdr.bdr_nodes;
node_sysid | node_timeline | node_dboid | node_status | node_name
| node_local_dsn |
node_init_from_
dsn
---------------------+---------------+------------+-------------+-----------+-------------------------------------------------------+---------------------------------
---------------------
6147988955199598785 | 1 | 16386 | r | rdpg0
| host=10.244.2.2 port=5432 user=postgres dbname=pgbdr |
6147988955568627909 | 1 | 16386 | i | rdpg1
| host=10.244.2.6 port=5432 user=postgres dbname=pgbdr | host=10.244.2.2
port=5432 user=p
ostgres dbname=pgbdr
6147988955597271233 | 1 | 16386 | r | rdpg3
| host=10.244.2.14 port=5432 user=postgres dbname=pgbdr | host=10.244.2.2
port=5432 user=p
ostgres dbname=pgbdr
6147988963356274882 | 1 | 16386 | r | rdpg4
| host=10.244.2.18 port=5432 user=postgres dbname=pgbdr | host=10.244.2.2
port=5432 user=p
ostgres dbname=pgbdr
6147988963438956739 | 1 | 16386 | r | rdpg2
| host=10.244.2.10 port=5432 user=postgres dbname=pgbdr | host=10.244.2.2
port=5432 user=p
ostgres dbname=pgbdr
(5 rows)
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Kehlet | 2015-05-12 16:51:04 | Re: finding tables about to be vacuum freezed |
Previous Message | Wayne E. Seguin | 2015-05-12 14:06:04 | Re: [BDR] Node Join Question |