Done:
authorBruce Momjian
Thu, 19 Oct 2006 19:58:45 +0000 (19:58 +0000)
committerBruce Momjian
Thu, 19 Oct 2006 19:58:45 +0000 (19:58 +0000)
< * Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
<   value [qsort]
<
<   This involves choosing better pivot points for the quicksort.
<

doc/TODO
doc/src/FAQ/TODO.html

index 9b8642ff33649713df4764edf9e0427951bd5b81..521cd4e079a003a86cbf306b8da0b04c98f02240 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Oct 12 18:32:58 EDT 2006
+Last updated:      Thu Oct 19 15:58:38 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1289,11 +1289,6 @@ Source Code
 * Update Bonjour to work with newer cross-platform SDK
 * Split out libpq pgpass and environment documentation sections to make
   it easier for non-developers to find
-* Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
-  value [qsort]
-
-  This involves choosing better pivot points for the quicksort.
-
 * Consider detoasting keys before sorting
 * Consider GnuTLS if OpenSSL license becomes a problem
 
index 522d5918d0e1db75f774617d950b527d19ca468c..cbfadeb7d57f94e81df17f04c2efa8e91aad1ded 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Oct 12 18:32:58 EDT 2006
+Last updated:           Thu Oct 19 15:58:38 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1166,10 +1166,6 @@ first.
   
  • Update Bonjour to work with newer cross-platform SDK
  •    
  • Split out libpq pgpass and environment documentation sections to make
  •    it easier for non-developers to find
    -  
  • Improve port/qsort() to handle sorts with 50% unique and 50% duplicate
  • -  value [qsort]
    -

      This involves choosing better pivot points for the quicksort.

    -

       
  • Consider detoasting keys before sorting
  •    
  • Consider GnuTLS if OpenSSL license becomes a problem
  •  

      http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php