Re: Please correct/improve wiki page about abbreviated keys bug

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема Re: Please correct/improve wiki page about abbreviated keys bug
Дата
Msg-id CAM3SWZT4ab-7p5ZQE1VaZZpRuScS1umHFMisx9CeD2NsZ8whkA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Please correct/improve wiki page about abbreviated keys bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Please correct/improve wiki page about abbreviated keys bug  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, Mar 29, 2016 at 7:31 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> A corrupt index could easily fail to detect uniqueness violations (because
> searches fail to find entries they should find).  Not sure I believe that
> it would make false reports of a uniqueness conflict that's not really
> there.

Sure. But looking at how texteq() is implemented, it certainly seems
impossible that that could happen. Must have been a miscommunication
somewhere. I'll fix it.

Do you think it would be okay if the SQL query to detect potentially
affected indexes only considered the leading attribute? Since that's
the only attribute that could use abbreviated keys, it ought to be
safe to not require users to REINDEX indexes that happen to have a
second-or-subsequent text/varchar(n) attribute that doesn't use the C
locale. Maybe it's not worth worrying about.

-- 
Peter Geoghegan



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Please correct/improve wiki page about abbreviated keys bug
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: Using quicksort for every external sort run