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

Commit bbed5ba

Browse files
committed
Done:
> o -Make CLUSTER preserve recently-dead tuples per MVCC requirements
1 parent e51ac1b commit bbed5ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/TODO

Lines changed: 2 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 Apr 7 20:36:04 EDT 2007
5+
Last updated: Sat Apr 7 22:16:57 EDT 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -623,7 +623,7 @@ SQL Commands
623623

624624
* CLUSTER
625625

626-
o Make CLUSTER preserve recently-dead tuples per MVCC requirements
626+
o -Make CLUSTER preserve recently-dead tuples per MVCC requirements
627627
o Automatically maintain clustering on a table
628628

629629
This might require some background daemon to maintain clustering

doc/src/FAQ/TODO.html

Lines changed: 2 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 Apr 7 20:36:04 EDT 2007
11+
Last updated: Sat Apr 7 22:16:57 EDT 2007
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>.
@@ -556,7 +556,7 @@ <h1><a name="section_8">SQL Commands</a></h1>
556556
</li></ul>
557557
</li><li>CLUSTER
558558
<ul>
559-
<li>Make CLUSTER preserve recently-dead tuples per MVCC requirements
559+
<li>-<em>Make CLUSTER preserve recently-dead tuples per MVCC requirements</em>
560560
</li><li>Automatically maintain clustering on a table
561561
<p> This might require some background daemon to maintain clustering
562562
during periods of low usage. It might also require tables to be only

0 commit comments

Comments
 (0)