Re: Add const to values and nulls arguments - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: Add const to values and nulls arguments
Date
Msg-id CAJ7c6TNfoqnJYt8_bypgLYRMbVHjVxA9GRaYoJPn-uqEx99w=g@mail.gmail.com
Whole thread Raw
In response to Re: Add const to values and nulls arguments  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
Hi,

> >> The 0002 patch, which I'm not proposing to commit at this time, makes
> >> similar changes but in a way that breaks the table and index AM APIs.
> >> So I'm just including that here in case anyone wonders, why didn't you
> >> touch those.  And also maybe if we ever change that API incompatibly we
> >> could throw this one in then.
> >
> > 0001 looks good to me and passes the tests in several environments,
> > not surprisingly. Let's merge it.
>
> done

Great. FWIW changing the index AM API in this particular aspect
doesn't strike me as such a terrible idea.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: Check each of base restriction clauses for constant-FALSE-or-NULL
Next
From: Aleksander Alekseev
Date:
Subject: Re: Retire has_multiple_baserels()