Skip to content

Commit 4fdfdd4

Browse files
committed
Add items:
> o Allow multiple vacuums so large tables do not starve small > tables > > http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php > > o Improve control of auto-vacuum > > http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
1 parent 67a4c24 commit 4fdfdd4

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

doc/TODO

Lines changed: 9 additions & 1 deletion
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: Fri Jan 19 13:13:41 EST 2007
5+
Last updated: Fri Jan 19 16:36:02 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1076,6 +1076,14 @@ Vacuum
10761076
empty?
10771077
o Consider logging activity either to the logs or a system view
10781078
o -Turn on by default
1079+
o Allow multiple vacuums so large tables do not starve small
1080+
tables
1081+
1082+
http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php
1083+
1084+
o Improve control of auto-vacuum
1085+
1086+
http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php
10791087

10801088

10811089
Locking

doc/src/FAQ/TODO.html

Lines changed: 8 additions & 1 deletion
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: Fri Jan 19 13:13:41 EST 2007
11+
Last updated: Fri Jan 19 16:36:02 EST 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>.
@@ -968,6 +968,13 @@ <h1><a name="section_15">Vacuum</a></h1>
968968
empty?
969969
</li><li>Consider logging activity either to the logs or a system view
970970
</li><li>-<em>Turn on by default</em>
971+
</li><li>Allow multiple vacuums so large tables do not starve small
972+
tables
973+
<p> <a href="http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php">http://archives.postgresql.org/pgsql-general/2007-01/msg00031.php</a>
974+
</p>
975+
</li><li>Improve control of auto-vacuum
976+
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg00876.php</a>
977+
</p>
971978
</li></ul>
972979
</li></ul>
973980
<h1><a name="section_16">Locking</a></h1>

0 commit comments

Comments
 (0)