Remove useless casts

Peter Eisentraut <peter@eisentraut.org>

Commit: cf40dc65b676c8df1ee12f060b40f0e37a183e04
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-02-13T10:50:09Z
Releases: 12.0
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

Files

PathChange+/−
contrib/btree_gist/btree_utils_num.c modified +12 −12
src/backend/catalog/heap.c modified +1 −1
src/common/unicode_norm.c modified +1 −1

Discussion