Re: pgsql: Fix building of large (bigger than shared_buffers) hash indexes.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Fix building of large (bigger than shared_buffers) hash indexes.
Дата
Msg-id 7612.1467063338@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql: Fix building of large (bigger than shared_buffers) hash indexes.  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-committers
Bruce Momjian <bruce@momjian.us> writes:
> On Fri, Jun 24, 2016 at 08:57:47PM +0000, Tom Lane wrote:
>> Fix building of large (bigger than shared_buffers) hash indexes.

> Do we have any way of helping people find out if they need to recreate
> their hash indexes?

I do not think that's much of an issue.  The failure mode is hardly
non-obvious, because index searches would NEVER find any pre-existing
rows.  (Well, there'd be circa one chance in 2^32 of an accidental
hashcode match, but that certainly won't be enough to mask the fact
that the index is broken.)  Anyway, users of hash indexes are probably
accustomed to needing to reindex, on account of no WAL support :-(

            regards, tom lane


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Fix building of large (bigger than shared_buffers) hash indexes.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Fix mistakes in pg_visibility documentation.