Re: Add const qualifiers to internal range type APIs - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Add const qualifiers to internal range type APIs
Date
Msg-id 15f50e1b-fff1-1438-de64-01cfe153f177@2ndquadrant.com
Whole thread Raw
In response to Re: Add const qualifiers to internal range type APIs  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Add const qualifiers to internal range type APIs
List pgsql-hackers
On 2019-10-28 14:05, Robert Haas wrote:
> On Mon, Oct 28, 2019 at 5:01 AM Peter Eisentraut
> <peter.eisentraut@2ndquadrant.com> wrote:
>> This patch adds const qualifiers to internal range type APIs.  It
>> doesn't require any new casts or remove any old ones.
> 
> Just out of curiosity, what is the motivation for this?

I don't remember. :-)

I had this code lying around from earlier "adventures in const", 
probably related to unconstify() and that work, and it seemed sensible 
and self-contained enough to finish up and submit.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Remove one use of IDENT_USERNAME_MAX
Next
From: Peter Eisentraut
Date:
Subject: Re: alternative to PG_CATCH