Re: Ris: BUG #15482: Foreign keys to a partition (NOT A PARTITIONED) break the server

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Ris: BUG #15482: Foreign keys to a partition (NOT A PARTITIONED) break the server
Дата
Msg-id 14487.1541448977@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Ris: BUG #15482: Foreign keys to a partition (NOT A PARTITIONED)break the server  ("Ing. Gianluca Alberici" <alberici@abinetworks.biz>)
Ответы Re: Ris: BUG #15482: Foreign keys to a partition (NOT A PARTITIONED)break the server  ("Ing. Gianluca Alberici" <alberici@abinetworks.biz>)
Re: Ris: BUG #15482: Foreign keys to a partition (NOT A PARTITIONED)break the server  ("Ing. Gianluca Alberici" <alberici@abinetworks.biz>)
Re: Ris: BUG #15482: (SOLVED ?) Foreign keys to a partition (NOT APARTITIONED) break the server  ("Ing. Gianluca Alberici" <alberici@abinetworks.biz>)
Список pgsql-bugs
"Ing. Gianluca Alberici" <alberici@abinetworks.biz> writes:
> Actually it is a strange behavior, look at this:

> abi2=> begin;
> BEGIN
> abi2=>*delete from _abi_main_pof_t where poftid=1843635; server closed the 
> connection unexpectedly     This probably means the server terminated 
> abnormally     before or while processing the request. The connection to 
> the server was lost. Attempting reset: Failed. !> \q*

Is it possible that you've done ALTER TABLE ADD COLUMN on _abi_main_pof_t
or any other table touched by this query?  If so, I bet this is explained
by that expand_tuple bug.

            regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #15437: Segfault during insert into declarative partitionedtable with a trigger creating partition
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #15437: Segfault during insert into declarative partitionedtable with a trigger creating partition