Re: pg_upgrade problem with invalid indexes

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pg_upgrade problem with invalid indexes
Дата
Msg-id 50C140F4.5080204@dunslane.net
обсуждение исходный текст
Ответ на Re: pg_upgrade problem with invalid indexes  (Jeff Davis <pgsql@j-davis.com>)
Ответы Re: pg_upgrade problem with invalid indexes
Список pgsql-hackers
On 12/06/2012 07:58 PM, Jeff Davis wrote:
> On Thu, 2012-12-06 at 16:31 -0800, Josh Berkus wrote:
>>> There are a few possible fixes.  The first would be to have pg_upgrade
>>> throw an error on any invalid index in the old cluster.  Another option
>>> would be to preserve the invalid state in pg_dump --binary-upgrade.
>> Or to not dump invalid indexes at all in --binary-upgrade mode.
> +1
>
>     

I think I prefer the first suggestion. If they are trying to upgrade 
when there's an invalid index presumably they aren't aware of the 
invalidity (or they would have done something about it). It would be 
better to fail and make them fix or remove the index, ISTM.

cheers

andrew




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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: pg_upgrade problem with invalid indexes
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Commits 8de72b and 5457a1 (COPY FREEZE)