Re: Minor ON CONFLICT related fixes

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Minor ON CONFLICT related fixes
Дата
Msg-id CAM3SWZT1qX+jWg6UUP3-Gp3EuztoFYWchsM2TkJP_WWHoXGFaA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Minor ON CONFLICT related fixes  (Peter Geoghegan <pg@heroku.com>)
Список pgsql-hackers
On Mon, May 18, 2015 at 1:49 PM, Peter Geoghegan <pg@heroku.com> wrote:
> Here is a cumulative version of what was previously posted.

BTW, this could result in more calls to get_opclass_family() and
get_opclass_input_type() than before. However, because we'll have
eliminated so many candidates (e.g. by seeing that they're not unique
indexes) by the time the call to infer_collation_opclass_match() comes
anyway, and because it's so rare to have to specify an opclass at all,
I thought this was fine.

-- 
Peter Geoghegan



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: 9.5 open items
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: jsonb concatenate operator's semantics seem questionable