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-07T08:14:34Z
Lists: pgsql-hackers
Attachments
- v1-0001-Remove-useless-casts.patch (text/plain) patch v1-0001
- v1-0002-More-unconstify-use.patch (text/plain) patch v1-0002
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. -- 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