Re: Coding style point: "const" in function parameter declarations - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Coding style point: "const" in function parameter declarations
Date
Msg-id 4E01B521.9010208@enterprisedb.com
Whole thread Raw
In response to Re: Coding style point: "const" in function parameter declarations  (Dan Ports <drkp@csail.mit.edu>)
List pgsql-hackers
On 22.06.2011 02:58, Dan Ports wrote:
> On Tue, Jun 21, 2011 at 06:51:20PM -0400, Tom Lane wrote:
>> I find this to be poor style, and would like to see if there's any
>> support for getting rid of the "const" keywords.
>
> I'm in favor of removing them too.

Ok, I've removed all the useless const qualifiers.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: Repeated PredicateLockRelation calls during seqscan
Next
From: Noah Misch
Date:
Subject: Re: [v9.2] DROP Reworks Part.0 - 'missing_ok' support of get_object_address