summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
AgeCommit message (Expand)Author
2011-09-08round() is not portable. Use rint().Tom Lane
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas