pgsql: Constify dsa_size_class_map and use a better type.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Constify dsa_size_class_map and use a better type.
Date: 2018-09-25 02:59:50
Message-ID: E1g4dZm-000242-U1@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Constify dsa_size_class_map and use a better type.

Author: Mark G
Reviewed-by: Tom Lane
Discussion: https://postgr.es/m/CAEeOP_Zy_FvVwcAU0UX9nkOhnoR5KN%3D0B6LWX_kv0ZuSc4wbGw%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/64171b32069adcce7f57840143eaca9fbe28ba7e

Modified Files
--------------
src/backend/utils/mmgr/dsa.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-25 15:09:26 pgsql: Avoid unnecessary precision loss for pgbench's --rate target.
Previous Message Michael Paquier 2018-09-25 02:07:39 pgsql: Ignore publication tables when --no-publications is used