Re: crash while decoding INSERT ON CONFLICT

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: crash while decoding INSERT ON CONFLICT
Дата
Msg-id CAH2-WznD0StdCiLEeiJokw=TqkEG3=D3ahpG=0pt66ZX+xxJvw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: crash while decoding INSERT ON CONFLICT  (Euler Taveira <euler@timbira.com.br>)
Список pgsql-bugs
On Mon, May 21, 2018 at 11:04 AM, Euler Taveira <euler@timbira.com.br> wrote:
> Yep. I forgot to send the first part of the transaction because I
> searched by lsn and then forgot to search by that transaction. Here is
> the complete output:

Can you give me a bit more info about the definition of the tables
that you're using ON CONFLICT with here? There appear to be a total of
4 -- 1 for each distinct speculative insertion in the xact. Do they
have any triggers, for example? (As you probably know, you can use
pg_filenode_relation() to figure out which relations these are, to get
those details.)

-- 
Peter Geoghegan


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

Предыдущее
От: Euler Taveira
Дата:
Сообщение: Re: crash while decoding INSERT ON CONFLICT
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: crash while decoding INSERT ON CONFLICT