Re: constraint exclusion and nulls in IN (..) clause

Поиск
Список
Период
Сортировка
От Emre Hasegeli
Тема Re: constraint exclusion and nulls in IN (..) clause
Дата
Msg-id CAE2gYzwUL90jOSOxFhxhG7VWGgT0f+v8=SMyj1S-HKqUbZPP5g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: constraint exclusion and nulls in IN (..) clause  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: constraint exclusion and nulls in IN (..) clause  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Список pgsql-hackers
> Hmm, state->next refers to two different pointer values on line 1 and line
> 2.  It may end up being set to NULL on line 1.  Am I missing something?

True, lnext(state->next) can set it to NULL.  I confused by the below
code on the same function doing the steps in reverse order.  With this
cleared, I have nothing else to say, so I am setting this to ready for
committer.


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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: constraint exclusion and nulls in IN (..) clause
Следующее
От: Amit Langote
Дата:
Сообщение: Re: constraint exclusion and nulls in IN (..) clause