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

From Peter Eisentraut
Subject [HACKERS] Add some const decorations to prototypes
Date
Msg-id c960b55d-f844-3688-0929-c2a79509e14a@2ndquadrant.com
Whole thread Raw
Responses Re: [HACKERS] Add some const decorations to prototypes
Re: [HACKERS] Add some const decorations to prototypes
List pgsql-hackers
Here is a patch that adds const decorations to many char * arguments in
functions.  It should have no impact otherwise; there are very few code
changes caused by it.  Some functions have a strtol()-like behavior
where they take in a const char * and return a pointer into that as
another argument.  In those cases, I added a cast or two.

Generally, I find these const decorations useful as easy function
documentation.

-- 
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: Tom Lane
Date:
Subject: Re: [HACKERS] Query regarding permission on table_column%type access
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] Add some const decorations to prototypes