]> granicus.if.org Git - postgresql/commit
Tweak fillfactor code as per my recent proposal. Fix nbtsort.c so that
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Jul 2006 21:05:57 +0000 (21:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 11 Jul 2006 21:05:57 +0000 (21:05 +0000)
commitd29b66882a5de0878c496bd71d0c69af17197ab7
tree05555309b4fc4cb550274baadc4bb640c694cb4c
parent1be8f80288a26e676b8e3860eee07015021d30ba
Tweak fillfactor code as per my recent proposal.  Fix nbtsort.c so that
it can handle small fillfactors for ordinary-sized index entries without
failing on large ones; fix nbtinsert.c to distinguish leaf and nonleaf
pages; change the minimum fillfactor to 10% for all index types.
doc/src/sgml/ref/create_index.sgml
src/backend/access/gin/ginutil.c
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtsort.c
src/include/access/gist_private.h
src/include/access/hash.h
src/include/access/nbtree.h