Re: On-disk compatibility for nbtree-unique-key enhancement

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: On-disk compatibility for nbtree-unique-key enhancement
Дата
Msg-id caab10bb-6361-273f-93ac-8fc0c9737443@2ndquadrant.com
обсуждение исходный текст
Ответ на On-disk compatibility for nbtree-unique-key enhancement  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: On-disk compatibility for nbtree-unique-key enhancement  (Peter Geoghegan <pg@bowt.ie>)
Список pgsql-hackers
On 21/09/2018 01:18, Peter Geoghegan wrote:
> * This means that there is a compatibility issue for anyone that is
> already right on the threshold -- we *really* don't want to see a
> REINDEX fail, but that seems like a possibility that we need to talk
> about now.

When would the REINDEX need to happen?  Will the code still be able to
read and write v3 btrees?  Could there perhaps be an amcheck or
pageinspect feature that tells you ahead of time if there are too large
items in an old index?

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Making all nbtree entries unique by having heap TIDs participatein comparisons
Следующее
От: Andres Freund
Дата:
Сообщение: Re: C99 compliance for src/port/snprintf.c