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-0007YG-3e@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
------
master

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

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