Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d660379

Browse files
committed
Add:
> * Consider detoasting keys before sorting
1 parent 1a271f0 commit d660379

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

doc/TODO

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Sat Jul 29 14:08:27 EDT 2006
5+
Last updated: Sat Jul 29 21:48:36 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1153,7 +1153,7 @@ Vacuum
11531153
anyone?
11541154
* Auto-vacuum
11551155

1156-
o Use free-space map information to guide rfilling
1156+
o Use free-space map information to guide refilling
11571157
o %Issue log message to suggest VACUUM FULL if a table is nearly
11581158
empty?
11591159
o Improve xid wraparound detection by recording per-table rather
@@ -1384,6 +1384,7 @@ Source Code
13841384

13851385
This involves choosing better pivot points for the quicksort.
13861386

1387+
* Consider detoasting keys before sorting
13871388
* Consider GnuTLS if OpenSSL license becomes a problem
13881389

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

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 2 deletions
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sat Jul 29 14:08:27 EDT 2006
11+
Last updated: Sat Jul 29 21:48:36 EDT 2006
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>.
@@ -1039,7 +1039,7 @@ <h1><a name="section_16">Vacuum</a></h1>
10391039
anyone?
10401040
</li><li>Auto-vacuum
10411041
<ul>
1042-
<li>Use free-space map information to guide rfilling
1042+
<li>Use free-space map information to guide refilling
10431043
</li><li>%Issue log message to suggest VACUUM FULL if a table is nearly
10441044
empty?
10451045
</li><li>Improve xid wraparound detection by recording per-table rather
@@ -1248,6 +1248,7 @@ <h1><a name="section_22">Source Code</a></h1>
12481248
value [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?qsort">qsort</a>]
12491249
<p> This involves choosing better pivot points for the quicksort.
12501250
</p>
1251+
</li><li>Consider detoasting keys before sorting
12511252
</li><li>Consider GnuTLS if OpenSSL license becomes a problem
12521253
<p> <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a>
12531254
</p>

0 commit comments

Comments
 (0)