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-0007YK-4Q@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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/740780a6157f0688829082dec793fce6153a36a3

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