Re: Re[2]:

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Re[2]:
Дата
Msg-id 20200527074736.GG103662@paquier.xyz
обсуждение исходный текст
Ответ на Re: Re[2]:  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re[4]:
Re: Re[2]:
Список pgsql-bugs
On Tue, May 26, 2020 at 10:50:19AM -0400, Tom Lane wrote:
> 2. Is reindexdb handling the failure sanely?  While I'd agree that
> this behavior isn't especially desirable, it's the price of using
> REINDEX CONCURRENTLY.  On failure, you're expected to clean up
> manually by removing the leftover invalid index.  Perhaps the
> documentation isn't clear enough about that, but I don't see a
> bug there.

There is a paragraph about the handling of invalid indexes on the
reindex page:
https://www.postgresql.org/docs/devel/sql-reindex.html#SQL-REINDEX-CONCURRENTLY
"The recommended recovery method in such cases is to drop the invalid
index and try again to perform REINDEX CONCURRENTLY. The concurrent
index created during the processing has a name ending in the suffix
ccnew, or ccold if it is an old index definition which we failed to
drop. Invalid indexes can be dropped using DROP INDEX, including
invalid toast indexes."
--
Michael

Вложения

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

Предыдущее
От: Tulegen Nuryshov
Дата:
Сообщение: RE: error
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16465: Inconsistent results from comparison of row value expressions