Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans

Поиск
Список
Период
Сортировка
От Aleksander Alekseev
Тема Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans
Дата
Msg-id CAJ7c6TNe8=Cwo2o00k18eKRVym4cEYiuvLhVJDNLcL=qL5LO+g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans  (Andres Freund <andres@anarazel.de>)
Ответы Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
Hi Andres,

> Shouldn't need to extract the column if we just want to know if it's NULL (see
> heap_attisnull()). Afaics the value isn't accessed after this.

Many thanks. Fixed.

-- 
Best regards,
Aleksander Alekseev

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Support logical replication of DDLs