Re: bdr.bdr_part_by_node_names does not remove node from bdr.bdr_nodes table

From: Dennis <dennisr(at)visi(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: bdr.bdr_part_by_node_names does not remove node from bdr.bdr_nodes table
Date: 2015-04-08 15:16:32
Message-ID: AFE7FD73-649E-44D0-A698-20835E12890A@visi.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I need to make a correct to the status of the removed node. The removed node’s status is ‘k’ not ‘r’ in the bdr.bdr_nodes table.

> On Apr 8, 2015, at 10:05 AM, Dennis <dennisr(at)visi(dot)com> wrote:
>
> I have removed a node from a three node bdr cluster using bdr.bdr_part_by_node_names() however I am still seeing the removed node in the bdr.bdr_nodes table (it’s status is ‘r’.) Will the removed node entry in the bdr.bdr_nodes table be automatically removed eventually or should I delete the record manually?
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Vasudevan, Ramya 2015-04-08 17:55:00 Finding values of bind variables
Previous Message Dennis 2015-04-08 15:05:28 bdr.bdr_part_by_node_names does not remove node from bdr.bdr_nodes table