summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
AgeCommit message (Expand)Author
2011-09-12In the final emptying phase of the new GiST buffering build, set theHeikki Linnakangas
2011-09-08round() is not portable. Use rint().Tom Lane
2011-09-08Buffering GiST index build algorithm.Heikki Linnakangas