Re: more unconstify use
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2019-02-13T11:19:18Z
Lists: pgsql-hackers
On 07/02/2019 09:14, Peter Eisentraut wrote: > Here is a patch that makes more use of unconstify() by replacing casts > whose only purpose is to cast away const. Also a preliminary patch to > remove casts that were useless to begin with. committed -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Get rid of another unconstify through API changes
- 86eea78694ce 12.0 landed
-
Resolve one unconstify use
- 4b3b07fd5d60 12.0 landed
-
More unconstify use
- 37d991602028 12.0 landed
-
Remove useless casts
- cf40dc65b676 12.0 landed