Re: [HACKERS] Add some const decorations to prototypes - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [HACKERS] Add some const decorations to prototypes
Date
Msg-id 636e0869-7362-587e-0882-95085a7b1c52@2ndquadrant.com
Whole thread Raw
In response to Re: [HACKERS] Add some const decorations to prototypes  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [HACKERS] Add some const decorations to prototypes  (Fabien COELHO <coelho@cri.ensmp.fr>)
List pgsql-hackers
On 11/3/17 13:54, Tom Lane wrote:
>> Would you prefer leaving the input argument as char *, or change the
>> endptr argument to const as well?
> 
> Just leave it as char*.  If you change the endptr argument you're going to
> force every call site to change their return variable, and some of them
> would end up having to cast away the const on their end.

OK, here is an updated patch with the controversial bits removed.

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

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Attachment

pgsql-hackers by date:

Previous
From: Fabien COELHO
Date:
Subject: Re: [HACKERS] pow support for pgbench
Next
From: "Tels"
Date:
Subject: Re: [HACKERS] Parallel Plans and Cost of non-filter functions