pgsql: Add an explicit cast to double when using fabs().

Поиск
Список
Период
Сортировка
От Dean Rasheed
Тема pgsql: Add an explicit cast to double when using fabs().
Дата
Msg-id E1kwkx4-0007YH-42@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add an explicit cast to double when using fabs().

Commit bc43b7c2c0 used fabs() directly on an int variable, which
apparently requires an explicit cast on some platforms.

Per buildfarm.

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/5777b6ea29a581f073c80ae48931adadcbc268d4

Modified Files
--------------
src/backend/utils/adt/numeric.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Dean Rasheed
Дата:
Сообщение: pgsql: Fix numeric_power() when the exponent is INT_MIN.
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: doc: improve NLS instruction wording