Done:
authorBruce Momjian
Sun, 23 Mar 2008 00:56:54 +0000 (00:56 +0000)
committerBruce Momjian
Sun, 23 Mar 2008 00:56:54 +0000 (00:56 +0000)
<
< * Avoid tuple some tuple copying in sort routines
<
<   http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php

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

index 6d5c86f4cd3530215d6dc9600811949ba319eff8..813b8569796b287f198f20a73944f209c08e3fa3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Mar 22 20:32:11 EDT 2008
+Last updated:      Sat Mar 22 20:56:50 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1694,10 +1694,6 @@ Miscellaneous Performance
   http://archives.postgresql.org/pgsql-hackers/2007-12/msg00624.php
   http://archives.postgresql.org/pgsql-patches/2007-12/msg00109.php
 
-* Avoid tuple some tuple copying in sort routines
-
-  http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php
-
 
 
 Source Code
index e8e1686c1b013802ed516571232042044d1f9db0..ca7ef79764df838e3a9f7ed654ed74d30d46c784 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Mar 22 20:32:11 EDT 2008
+Last updated:           Sat Mar 22 20:56:50 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1465,9 +1465,6 @@ first.  There is also a developer's wiki at
   trailing
 

  http://archives.postgresql.org/pgsql-hackers/2007-12/msg00624.php

   http://archives.postgresql.org/pgsql-patches/2007-12/msg00109.php
-

-  
  • Avoid tuple some tuple copying in sort routines
  • -

      http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php

     

     
     

    Source Code