Re: [BDR] Node Join Question - Mailing list pgsql-general

From Wayne E. Seguin
Subject Re: [BDR] Node Join Question
Date
Msg-id CANf8RLsa+d_fE4_6eshWX6ZzVdtz0OSnv8_S4FBA_+QT=-xxTg@mail.gmail.com
Whole thread Raw
In response to Re: [BDR] Node Join Question  ("Wayne E. Seguin" <wayneeseguin@gmail.com>)
Responses Re: [BDR] Node Join Question  (Craig Ringer <craig@2ndquadrant.com>)
List 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)

pgsql-general by date:

Previous
From: "Wayne E. Seguin"
Date:
Subject: Re: [BDR] Node Join Question
Next
From: Anil Menon
Date:
Subject: Re: Why does this SQL work?