Re: BUG: pgIndex.cpp

Поиск
Список
Период
Сортировка
От Andreas Pflug
Тема Re: BUG: pgIndex.cpp
Дата
Msg-id 41E4ED74.3060409@pse-consulting.de
обсуждение исходный текст
Ответ на Re: BUG: pgIndex.cpp  ("Dave Page" <dpage@vale-housing.co.uk>)
Список pgadmin-hackers
Dave Page wrote:

> Did you get a chance to look at this? It seems to me that the quick and
> dirty solution is to wrap the index->iSetxxx calls in an 'if (index)',
> however I'm not entirely convinced that is safe given that it's possible
> to return a null index pointer to the caller (which without significant
> trawling through code I may not find all instances of).

I don't see the point catching this beyond an assert. A sane pgsql will
never return contype != p, u, or NULL unless system tables are corrupted.

Regards,
Andreas

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

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: BUG: pgIndex.cpp
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: BUG: pgIndex.cpp