Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans
Date
Msg-id CAJ7c6TNe8=Cwo2o00k18eKRVym4cEYiuvLhVJDNLcL=qL5LO+g@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans  (Andres Freund <andres@anarazel.de>)
Responses Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans
List 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

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?
Next
From: Alvaro Herrera
Date:
Subject: Re: Support logical replication of DDLs