Further cleanup of btbuild (CREATE INDEX). Avoid storing unneeded

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

Commit: 421f0baaffde574ba7d866169a0d617d1b529823
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-07-21T22:14:09Z
Releases: 7.1.1
Further cleanup of btbuild (CREATE INDEX).  Avoid storing unneeded
left keys during bottom-up index build, and leave some free space
instead of packing the pages to the brim (so as to avoid vast numbers
of page splits during the first interactive insertions).

Files

PathChange+/−
src/backend/access/nbtree/nbtsort.c modified +175 −132
src/backend/access/nbtree/README modified +5 −6