BDR: ALTER statement hanging

From: Selim Tuvi <stuvi(at)ilm(dot)com>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: BDR: ALTER statement hanging
Date: 2015-12-04 00:03:31
Message-ID: D702486C6BC79C40A9C6FF4F0315ABC03595AE@mailbox09.lucas.alllucas.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, I am running a three node BDR cluster. BDR version is 0.9.3. Postgres version is 9.4.5.

With 0.9.2, I used to be able to issue ALTER statements using psql and it would go through. This time it is just hanging. The statement is this:

alter table pts alter column shot drop not null;

I also tried to add a column but that hangs as well:

alter table pts add column shot_tmp text;

Thanks
-Selim

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Nasby 2015-12-04 00:09:20 Re: fast refresh materialized view
Previous Message Jim Nasby 2015-12-03 23:53:53 Re: Can row level security policies also be implemented for views?