pgsql: Remove useless casts

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove useless casts
Date: 2019-02-13 11:18:39
Message-ID: E1gtsYp-0004cg-VC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove useless casts

Some of these were uselessly casting away "const", some were just
nearby, but they where all unnecessary anyway.

Discussion: https://www.postgresql.org/message-id/flat/53a28052-f9f3-1808-fed9-460fd43035ab%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf40dc65b676c8df1ee12f060b40f0e37a183e04

Modified Files
--------------
contrib/btree_gist/btree_utils_num.c | 24 ++++++++++++------------
src/backend/catalog/heap.c | 2 +-
src/common/unicode_norm.c | 2 +-
3 files changed, 14 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-13 14:34:35 Re: reducing isolation tests runtime
Previous Message Michael Paquier 2019-02-13 07:33:19 pgsql: Fix comment related to calculation location of total_table_pages