Re: CLUSTER loses nulls (was Re: [ADMIN] Still a bug in the VACUUM)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: CLUSTER loses nulls (was Re: [ADMIN] Still a bug in the VACUUM)
Дата
Msg-id 28500.1046663107@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: CLUSTER loses nulls (was Re: [ADMIN] Still a bug in the VACUUM)  (Rod Taylor <rbt@rbt.ca>)
Список pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
> I'm willing to do this:

I can handle it (was already working on it, in fact).  I had hoped to
find someone who might want to do the more extensive fix, but erroring
out is easy enough.

> - Reject on partial or functional indexes
> - Reject when first columns attnotnull is false and amindexnulls is
> false.

Actually I think it's:

- Reject all partial indexes
- If not amindexnulls, reject all functional indexes, also plain indexes when first columns attnotnull is false
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: CLUSTER loses nulls (was Re: [ADMIN] Still a bug in the VACUUM)
Следующее
От: Tom Lane
Дата:
Сообщение: Yet another open-source benchmark