pgsql: round() is not portable. Use rint().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: round() is not portable. Use rint().
Date: 2011-09-08 20:38:53
Message-ID: E1R1lN7-0003ma-Cn@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-09-08 20:44:47 Re: pgsql: Buffering GiST index build algorithm.
Previous Message Andrew Dunstan 2011-09-08 20:34:38 Re: pgsql: Buffering GiST index build algorithm.