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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d63de337f3e235f02d79a1df79dddbb002e9fd4e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-09-08T20:38:24Z
Releases: 9.2.0
round() is not portable.  Use rint().

Files

PathChange+/−
src/backend/access/gist/gistbuild.c modified +3 −1