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

From: Aleksander Alekseev <aleksander(at)timescale(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Cc: Andres Freund <andres(at)anarazel(dot)de>
Subject: Re: [PATCH] Support SK_SEARCHNULL / SK_SEARCHNOTNULL for heap-only scans
Date: 2023-02-14 09:10:21
Message-ID: CAJ7c6TNe8=Cwo2o00k18eKRVym4cEYiuvLhVJDNLcL=qL5LO+g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
v2-0001-Support-SK_SEARCHNULL-SK_SEARCHNOTNULL-for-heap-o.patch application/octet-stream 10.3 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2023-02-14 09:27:26 Re: Support logical replication of DDLs
Previous Message Michael Paquier 2023-02-14 07:06:24 Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?