BDR Alter table failing - Mailing list pgsql-general

From Will McCormick
Subject BDR Alter table failing
Date
Msg-id CA+jgkY7gQBAjyD5BMSDtKwSXzg7xZ0ykSGJ5nwBCOrNVtrWKQA@mail.gmail.com
Whole thread Raw
Responses Re: BDR Alter table failing
List pgsql-general
Why does this not work? From what I read only default values should cause issue. I'm on release 9.4.4:


bms=# ALTER TABLE trap ALTER COLUMN trap_timestamp TYPE TIMESTAMP WITH TIME ZONE;
ERROR:  ALTER TABLE ... ALTER COLUMN TYPE may only affect UNLOGGED or TEMPORARY 
tables when BDR is active; trap is a regular table

pgsql-general by date:

Previous
From: Will McCormick
Date:
Subject: BDR Alter Table
Next
From: Adrian Klaver
Date:
Subject: Re: BDR Alter Table