pgsql: round() is not portable. Use rint(). - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: round() is not portable. Use rint().
Date
Msg-id E1R1lN7-0003ma-Cn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
round() is not portable.  Use rint().

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d63de337f3e235f02d79a1df79dddbb002e9fd4e

Modified Files
--------------
src/backend/access/gist/gistbuild.c |    4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Buffering GiST index build algorithm.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Buffering GiST index build algorithm.