pgsql: Remove useless casts - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove useless casts
Date
Msg-id E1gtsYp-0004cg-VC@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix comment related to calculation location oftotal_table_pages
Next
From: Andrew Gierth
Date:
Subject: pgsql: Use strtof() and not strtod() for float4 input.