Skip to content

Commit f5940e7

Browse files
committed
Add:
< * Reuse index tuples that point to rows that are not visible to anyone? > * Reuse index tuples that point to heap tuples that are not visible to > anyone?
1 parent 17bab8c commit f5940e7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

doc/TODO

Lines changed: 3 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: Sat Jun 24 19:47:53 EDT 2006
5+
Last updated: Sun Jun 25 12:27:34 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1140,6 +1140,8 @@ Vacuum
11401140
used to point to both old and new values.
11411141
http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
11421142

1143+
* Reuse index tuples that point to heap tuples that are not visible to
1144+
anyone?
11431145
* Auto-vacuum
11441146

11451147
o Use free-space map information to guide rfilling

doc/src/FAQ/TODO.html

Lines changed: 3 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: Sat Jun 24 19:47:53 EDT 2006
11+
Last updated: Sun Jun 25 12:27:34 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>.
@@ -1028,6 +1028,8 @@ <h1><a name="section_16">Vacuum</a></h1>
10281028
used to point to both old and new values.
10291029
<a href="http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php">http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php</a>
10301030
</p>
1031+
</li><li>Reuse index tuples that point to heap tuples that are not visible to
1032+
anyone?
10311033
</li><li>Auto-vacuum
10321034
<ul>
10331035
<li>Use free-space map information to guide rfilling

0 commit comments

Comments
 (0)