Re: "insert [...] on conflict" hangs on conflict on an unmentioned gist index

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: "insert [...] on conflict" hangs on conflict on an unmentioned gist index
Дата
Msg-id CAM3SWZSfw0yrpmUBm7KC6gQf4N1nSLnXyodD3zxOOVkVB9bMHg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: "insert [...] on conflict" hangs on conflict on an unmentioned gist index  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: "insert [...] on conflict" hangs on conflict on an unmentioned gist index  (Heikki Rauhala <heikki.rauhala@reaktor.fi>)
Список pgsql-bugs
On Mon, Jul 4, 2016 at 9:38 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Nah, I take that back --- I was expecting this to be handled somewhere
> else than it is.  It looks like the actual cause is just sloppy
> handling of noDupErr in ExecInsertIndexTuples; the attached fixes it
> for me.

I agree that that's all this was; it's uncommon to specify an
exclusion constraint by name with DO NOTHING, so we didn't catch this
until now.

Thanks for looking into this.

--
Peter Geoghegan

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "insert [...] on conflict" hangs on conflict on an unmentioned gist index
Следующее
От: Heikki Rauhala
Дата:
Сообщение: Re: "insert [...] on conflict" hangs on conflict on an unmentioned gist index