[PATCH] Handle SK_SEARCHNULL and SK_SEARCHNOTNULL in HeapKeyTest

From: Sven Klemm <sven(at)timescale(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: [PATCH] Handle SK_SEARCHNULL and SK_SEARCHNOTNULL in HeapKeyTest
Date: 2024-06-30 18:45:24
Message-ID: CAMCrgp0SPbTm5=farukL3Z5tdnLKgrhG4MK8n70=f9oOf_yLaw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello,

This patches changes the HeapKeyTest macro to add handling for SK_SEARCHNULL
and SK_SEARCHNOTNULL. While currently no core codes uses these ScanKey flags
it would be useful for extensions if it was supported so extensions
dont have to implement
handling for those by themself.

--
Regards, Sven Klemm

Attachment Content-Type Size
0001-Handle-SK_SEARCHNULL-and-SK_SEARCHNOTNULL-in-HeapKey.patch text/x-patch 1.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2024-06-30 18:58:00 Re: speed up a logical replica setup
Previous Message Tom Lane 2024-06-30 18:40:40 Re: speed up a logical replica setup