Add to TODO:
authorBruce Momjian
Sat, 22 Mar 2008 23:47:03 +0000 (23:47 +0000)
committerBruce Momjian
Sat, 22 Mar 2008 23:47:03 +0000 (23:47 +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 4d72fac532b66448623aca298c43651ade0264c2..7a8f5b47b5edd38ca25b5586422a0ab16f8cdd38 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 18:52:20 EDT 2008
+Last updated:      Sat Mar 22 19:46:58 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1684,6 +1684,10 @@ 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 50f1481047b352c73c1c1ffb21a89b9fddf1f1a2..53e94fd84830d552159400542f620fe356547592 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Mar 22 18:52:20 EDT 2008
+Last updated:           Sat Mar 22 19:46:58 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1458,6 +1458,9 @@ 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