]> granicus.if.org Git - postgresql/commit
Remove obsolete comment block in nbtsort.c.
authorPeter Geoghegan <pg@bowt.ie>
Tue, 26 Jun 2018 17:08:44 +0000 (10:08 -0700)
committerPeter Geoghegan <pg@bowt.ie>
Tue, 26 Jun 2018 17:08:44 +0000 (10:08 -0700)
commitcdc2693a11b341043f33e1efc36debe0348fb361
tree236463c8e22e02504f02f8704eba5c2c76ea5080
parent040da42367a5de448ddecf6ee7c09f73580a6b28
Remove obsolete comment block in nbtsort.c.

Building a new nbtree index through incremental insertions would always
be slower than our actual approach of sorting using tuplesort,
assembling leaf pages from tuplesort output, and writing and WAL-logging
whole pages.  Remove a comment block from the Berkeley days claiming
that incremental insertions might be slightly faster with presorted
input.

Discussion: https://postgr.es/m/CAH2-WzmKs4mLAoFgJ3yHMRYc849efc=dw+pNRb3NEog2oJoCNw@mail.gmail.com
src/backend/access/nbtree/nbtsort.c