Re: [PATCH] Handle SK_SEARCHNULL and SK_SEARCHNOTNULL in HeapKeyTest - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [PATCH] Handle SK_SEARCHNULL and SK_SEARCHNOTNULL in HeapKeyTest
Date
Msg-id CAJ7c6TPfKpVfYDBOYkjhNFn0JMtjx9KfL=JPRO5VUy=BXaVW7Q@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Handle SK_SEARCHNULL and SK_SEARCHNOTNULL in HeapKeyTest  (Jelte Fennema-Nio <postgres@jeltef.nl>)
Responses Re: [PATCH] Handle SK_SEARCHNULL and SK_SEARCHNOTNULL in HeapKeyTest
List pgsql-hackers
Hi,

> > As I recall, previously it was argued that changes like this should
> > have some use within the core [1].
>
> I don't see that argument anywhere in the thread honestly. I did see
> heiki asking why it would be useful for extensions, but that was
> answered there.

The referred patch was rejected at first because it didn't modify
nodeSeqScan.c to make use of the change within the core.

I'm not saying this is necessarily applicable to this particular patch
or that this is a general rule though.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Underscore in positional parameters?
Next
From: Dean Rasheed
Date:
Subject: Re: Optimize numeric multiplication for one and two base-NBASE digit multiplicands.