Skip to content

Commit f948197

Browse files
committed
Done:
> * -Avoid tuple some tuple copying in sort routines
1 parent 1d812a9 commit f948197

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

doc/TODO

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian ([email protected])
4-
Last updated: Tue Mar 25 09:09:33 EDT 2008
4+
Last updated: Tue Mar 25 16:18:12 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1769,11 +1769,7 @@ Miscellaneous Performance
17691769

17701770
http://archives.postgresql.org/pgsql-hackers/2008-01/msg01119.php
17711771

1772-
* Avoid tuple some tuple copying in sort routines
1773-
1774-
http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php
1775-
http://archives.postgresql.org/pgsql-patches/2008-02/msg00176.php
1776-
1772+
* -Avoid tuple some tuple copying in sort routines
17771773
* SMP scalability improvements
17781774

17791775
http://archives.postgresql.org/pgsql-hackers/2007-07/msg00439.php

doc/src/FAQ/TODO.html

+2-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:[email protected]">[email protected]</a>)<br/>
11-
Last updated: Tue Mar 25 09:09:33 EDT 2008
11+
Last updated: Tue Mar 25 16:18:12 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1522,10 +1522,7 @@ <h1><a name="section_21">Miscellaneous Performance</a></h1>
15221522
</li><li>Sort large UPDATE/DELETEs so it is done in heap order
15231523
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg01119.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg01119.php</a>
15241524
</p>
1525-
</li><li>Avoid tuple some tuple copying in sort routines
1526-
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg01206.php</a>
1527-
<a href="http://archives.postgresql.org/pgsql-patches/2008-02/msg00176.php">http://archives.postgresql.org/pgsql-patches/2008-02/msg00176.php</a>
1528-
</p>
1525+
</li><li>-<em>Avoid tuple some tuple copying in sort routines</em>
15291526
</li><li>SMP scalability improvements
15301527
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-07/msg00439.php">http://archives.postgresql.org/pgsql-hackers/2007-07/msg00439.php</a>
15311528
<a href="http://archives.postgresql.org/pgsql-hackers/2007-09/msg00206.php">http://archives.postgresql.org/pgsql-hackers/2007-09/msg00206.php</a>

0 commit comments

Comments
 (0)