BDR: ALTER statement hanging

Поиск
Список
Период
Сортировка
От Selim Tuvi
Тема BDR: ALTER statement hanging
Дата
Msg-id D702486C6BC79C40A9C6FF4F0315ABC03595AE@mailbox09.lucas.alllucas.com
обсуждение исходный текст
Ответы Re: ALTER statement hanging  (Selim Tuvi <stuvi@ilm.com>)
Re: BDR: ALTER statement hanging  (Andreas Kretschmer <akretschmer@spamfence.net>)
Список 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

В списке pgsql-general по дате отправления:

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Can row level security policies also be implemented for views?
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: fast refresh materialized view