pgsql: Remove obsolete comment block in nbtsort.c. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove obsolete comment block in nbtsort.c.
Date
Msg-id E1fXrUo-00006k-RD@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cdc2693a11b341043f33e1efc36debe0348fb361

Modified Files
--------------
src/backend/access/nbtree/nbtsort.c | 9 ---------
1 file changed, 9 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Increase upper limit for vacuum_cleanup_index_scale_factor
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Increase upper limit for vacuum_cleanup_index_scale_factor