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

Commit cdf39c7

Browse files
committed
Update wording:
< This allows vacuum to reclaim free space without requiring < a sequential scan > This allows vacuum to target specific pages for possible free space > without requiring a sequential scan.
1 parent 5131b5b commit cdf39c7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/TODO

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated: Sat Apr 23 17:45:11 EDT 2005
5+
Last updated: Sun Apr 24 08:39:04 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -759,8 +759,8 @@ Vacuum
759759
* -Add a warning when the free space map is too small
760760
* Maintain a map of recently-expired rows
761761

762-
This allows vacuum to reclaim free space without requiring
763-
a sequential scan
762+
This allows vacuum to target specific pages for possible free space
763+
without requiring a sequential scan.
764764

765765
* Auto-vacuum
766766
o Move into the backend code

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Sat Apr 23 17:45:11 EDT 2005
11+
Last updated: Sun Apr 24 08:39:04 EDT 2005
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>.
@@ -693,8 +693,8 @@ <h1><a name="section_14">Vacuum</a></h1>
693693
</p>
694694
</li><li>-Add a warning when the free space map is too small
695695
</li><li>Maintain a map of recently-expired rows
696-
<p> This allows vacuum to reclaim free space without requiring
697-
a sequential scan
696+
<p> This allows vacuum to target specific pages for possible free space
697+
without requiring a sequential scan.
698698
</p>
699699
</li><li>Auto-vacuum
700700
<ul>

0 commit comments

Comments
 (0)