pgsql: Remove useless casts

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove useless casts
Дата
Msg-id E1gtsYp-0004cg-VC@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fix comment related to calculation location oftotal_table_pages
Следующее
От: Andrew Gierth
Дата:
Сообщение: pgsql: Use strtof() and not strtod() for float4 input.