pgsql: Use fabsf() instead of Abs() or fabs() where appropriate

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Use fabsf() instead of Abs() or fabs() where appropriate
Дата
Msg-id E1oh8Ll-001SFj-Lj@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Use fabsf() instead of Abs() or fabs() where appropriate

This function is new in C99.

Reviewed-by: Zhang Mingli <zmlpostgres@gmail.com>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/4beb42b5-216b-bce8-d452-d924d5794c63%40enterprisedb.com

Branch
------
master

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

Modified Files
--------------
contrib/btree_gist/btree_float4.c | 2 +-
contrib/intarray/_int_gist.c      | 2 +-
contrib/seg/seg.c                 | 5 +++--
src/backend/utils/adt/float.c     | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: autoconf: Rely on ar supporting index creation
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: pgstat: Prevent stats reset from corrupting slotname by removing