Re: Index tuple count != heap tuple count problem identified]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Index tuple count != heap tuple count problem identified]
Дата
Msg-id 25824.954997222@sss.pgh.pa.us
обсуждение исходный текст
Ответ на RE: Index tuple count != heap tuple count problem identified]  ("Hiroshi Inoue" <Inoue@tpf.co.jp>)
Список pgsql-hackers
"Hiroshi Inoue" <Inoue@tpf.co.jp> writes:
>>>> Is it wrong to change the implementation of CREATE INDEX ?
>>>> I have a fix.
>>>> It needs the change of duplicate check(tuplesort->btbuild) and
>>>> I've thougth that it would be better to change it after the release
>>>> of 7.0.
>> 
>> Well, it seems we better do something about it before 7.0 is released.
>> Now it seems we have to decide to change CREATE INDEX, or modify VACUUM.

> It's difficult for me to provide a fix for CREATE INDEX before 7.0 is
> released.
> It's not sufficiently checked and I don't remember details now.

Also, we'd need to change the other index access methods too.  That
doesn't seem to me like a good thing to tackle a week before release...
        regards, tom lane


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

Предыдущее
От: "Hiroshi Inoue"
Дата:
Сообщение: RE: Index tuple count != heap tuple count problem identified]
Следующее
От: Tatsuo Ishii
Дата:
Сообщение: Re: Doc updates