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

While looking at some of the recent churn in DSA I noticed that
dsa_size_class_map should probably be declared const.

Commits

  1. Constify dsa_size_class_map and use a better type.