OSDN Git Service

Fix sloppiness about alignment requirements in findsplitloc() space
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jul 2000 19:21:00 +0000 (19:21 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 21 Jul 2000 19:21:00 +0000 (19:21 +0000)
commit1ea912e16d24487d53ae633b05dad82e1b7c285f
tree180675356648a2ff730fa7975f64fad707fc7266
parent2f011a9c72b4fb840f79d2a256cab89fe8ca76a8
Fix sloppiness about alignment requirements in findsplitloc() space
calculation, also make it stop when it has a 'good enough' split instead
of exhaustively trying all split points.
src/backend/access/nbtree/nbtinsert.c
src/backend/access/nbtree/nbtutils.c