aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-06-28 21:05:22 +0000
committerBruce Momjian <bruce@momjian.us>2006-06-28 21:05:22 +0000
commit06bd3dba803eab1d2113f7ae9875b21482c78eba (patch)
tree0ea84d3fa66bb5fa79f6fe07f832e0e569db1406
parent1c1ecd5124068a45fdecc0dcc4ba2581c15acf9f (diff)
downloadpostgresql-06bd3dba803eab1d2113f7ae9875b21482c78eba.tar.gz
postgresql-06bd3dba803eab1d2113f7ae9875b21482c78eba.zip
Add URL for SITC
> http://momjian.us/cgi-bin/pgsitc
-rw-r--r--doc/TODO3
-rw-r--r--doc/src/FAQ/TODO.html3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 1fa95d5582e..d89ccea1a3c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Wed Jun 28 11:39:25 EDT 2006
+Last updated: Wed Jun 28 17:05:09 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1143,6 +1143,7 @@ Vacuum
is possible for same-page updates because a single index row can be
used to point to both old and new values.
http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
+ http://momjian.us/cgi-bin/pgsitc
* Reuse index tuples that point to heap tuples that are not visible to
anyone?
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index b0f8ccf4971..b0d1e448ace 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated: Wed Jun 28 11:39:25 EDT 2006
+Last updated: Wed Jun 28 17:05:09 EDT 2006
</p>
<p>The most recent version of this document can be viewed at<br/>
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1030,6 +1030,7 @@ first.
is possible for same-page updates because a single index row can be
used to point to both old and new values.
<a href="http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php">http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php</a>
+ <a href="http://momjian.us/cgi-bin/pgsitc">http://momjian.us/cgi-bin/pgsitc</a>
</p>
</li><li>Reuse index tuples that point to heap tuples that are not visible to
anyone?