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

From Peter Eisentraut
Subject Add const to values and nulls arguments
Date
Msg-id 14c31f4a-0347-0805-dce8-93a9072c05a5@eisentraut.org
Whole thread Raw
Responses Re: Add const to values and nulls arguments
List pgsql-hackers
There are a lot of Datum *values, bool *nulls argument pairs that should 
really be const.  The 0001 patch makes those changes.  Some of these 
hunks depend on each other.

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.
Attachment

pgsql-hackers by date:

Previous
From: James Coleman
Date:
Subject: Re: RFC: Logging plan of the running query
Next
From: Peter Eisentraut
Date:
Subject: Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression