Missing const in DSA.
Mark G <markg735@gmail.com>
From: Mark G <markg735@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2018-09-23T01:02:18Z
Lists: pgsql-hackers
Attachments
- dsa-size-map-const.patch (text/x-patch) patch
While looking at some of the recent churn in DSA I noticed that dsa_size_class_map should probably be declared const.
Commits
-
Constify dsa_size_class_map and use a better type.
- 64171b32069a 12.0 landed