Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.
Дата
Msg-id CAM3SWZSsVcvNc7AFK0avNvQcHkxdsibWj5HhdObfG-44hKiMow@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
On Wed, May 11, 2016 at 1:54 PM, Alvaro Herrera
<alvherre@2ndquadrant.com> wrote:
> My guess is that it means we do support indexes in system columns (oid
> in particular) and that instead of an ugly error this should do
> something else.  Maybe silently ignore the index.

Why ignore the index? Either they're not supported, and we should
throw an error (granted, a less ugly one), or they are supported, and
inference should succeed.

--
Peter Geoghegan


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Fix assorted missing infrastructure for ON CONFLICT.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix infer_arbiter_indexes() to not barf on system columns.