]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add an explicit cast to double when using fabs().
authorDean Rasheed <dean.a.rasheed@gmail.com>
Tue, 5 Jan 2021 11:51:21 +0000 (11:51 +0000)
committerDean Rasheed <dean.a.rasheed@gmail.com>
Tue, 5 Jan 2021 11:51:21 +0000 (11:51 +0000)
commit5777b6ea29a581f073c80ae48931adadcbc268d4
treef7c847c37209e04e25a829dc2e639ab57c557dc2
parente15c384d7acaa2d7d967f2d8feb6bb0d3b793b3d
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.
src/backend/utils/adt/numeric.c