Re: BUG #16237: When restoring database, backend disconnects orcrashes when foreign key is created

Поиск
Список
Период
Сортировка
От Darryl Snover
Тема Re: BUG #16237: When restoring database, backend disconnects orcrashes when foreign key is created
Дата
Msg-id 5B072ABD-0923-4CAC-8F22-199651355EDB@electrainfo.com
обсуждение исходный текст
Ответ на Re: BUG #16237: When restoring database, backend disconnects orcrashes when foreign key is created  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-bugs
> On Jan 28, 2020, at 1:14 PM, Alvaro Herrera <alvherre@2ndquadrant.com> wrote:
> 
> On 2020-Jan-28, PG Bug reporting form wrote:
> 
>> pg_restore: creating FK CONSTRAINT
>> "public.file_transit_transaction_file_transit_id_fkey"
>> pg_restore: from TOC entry 3972; 2606 4177792 FK CONSTRAINT
>> file_transit_transaction_file_transit_id_fkey postgres
>> pg_restore: error: could not execute query: server closed the connection
>> unexpectedly
>>     This probably means the server terminated abnormally
>>     before or while processing the request.
>> Command was: ALTER TABLE ONLY file_transit_transaction
>>    ADD CONSTRAINT file_transit_transaction_file_transit_id_fkey FOREIGN KEY
>> (file_transit_id) REFERENCES file_transit(file_transit_id);
> 
> Is any of these tables (file_transit_transaction and file_transit)
> partitioned?
> 

No tables are partitioned.  Any attempts to create any referential integrity constraint on any tables causes the same
crash.

I’m trying to prune down the database to rid it of any proprietary data, and see if I can get a reproducible small
set.

-Darryl

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: BUG #16237: When restoring database, backend disconnects orcrashes when foreign key is created
Следующее
От: Tom Lane
Дата:
Сообщение: Re: postgres crash on concurrent update of inheritance partitioned table