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

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

From
Dean Rasheed
Date:
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(-)