Re: backend crash on DELETE, reproducible locally

Поиск
Список
Период
Сортировка
От Karsten Hilbert
Тема Re: backend crash on DELETE, reproducible locally
Дата
Msg-id 20181101154113.GH2954@hermes.hilbert.loc
обсуждение исходный текст
Ответ на Re: backend crash on DELETE, reproducible locally  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-general
On Thu, Nov 01, 2018 at 12:27:23PM -0300, Alvaro Herrera wrote:

> Ah, now this is interesting.  Can you please supply the definition of
> the table?

Attached.

> I'm wondering if there is a partitioned table with an FK to
> this one.

There is. Both ref.auto_hint and clin.suppressed_hint are
using inheritance (from audit.audit_fields). However, GNUmed
does not use inheritance for explicit partitioning but rather
similar to how classes and subclasses are used in OO languages.

>  I'm not quite seeing how come 'tup' is NULL there.  Can you
> 'print trigdata' in frame 2?

Sure, how ? :-)

(I can surely type "print trigdata" but does that already
auto-select from "frame 2" ?)

Karsten
-- 
GPG  40BE 5B0E C98E 1713 AFA6  5BC0 3BEA AC80 7D4F C89B

Вложения

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

Предыдущее
От: Karsten Hilbert
Дата:
Сообщение: Re: backend crash on DELETE, reproducible locally
Следующее
От: Tom Lane
Дата:
Сообщение: Re: backend crash on DELETE, reproducible locally