Re: BUG #5784: CREATE INDEX USING GIN complains about array containing null values yet none exist

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #5784: CREATE INDEX USING GIN complains about array containing null values yet none exist
Дата
Msg-id 26122.1291567379@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: BUG #5784: CREATE INDEX USING GIN complains about array containing null values yet none exist  (Andres Freund <andres@anarazel.de>)
Ответы Re: BUG #5784: CREATE INDEX USING GIN complains about array containing null values yet none exist  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
Andres Freund <andres@anarazel.de> writes:
>> On Sunday 05 December 2010 13:07:23 Martin Atukunda wrote:
>>>> so, basically, the only way out of this would be to:

I think the reason the given example fails is just that it's all being
done in one transaction.  If the null-containing row were known dead
it wouldn't get indexed.  So: commit.

            regards, tom lane

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #5784: CREATE INDEX USING GIN complains about array containing null values yet none exist
Следующее
От: Andres Freund
Дата:
Сообщение: Re: BUG #5784: CREATE INDEX USING GIN complains about array containing null values yet none exist