diff options
author | Bruce Momjian | 2006-06-28 21:05:22 +0000 |
---|---|---|
committer | Bruce Momjian | 2006-06-28 21:05:22 +0000 |
commit | 06bd3dba803eab1d2113f7ae9875b21482c78eba (patch) | |
tree | 0ea84d3fa66bb5fa79f6fe07f832e0e569db1406 /doc/TODO | |
parent | 1c1ecd5124068a45fdecc0dcc4ba2581c15acf9f (diff) |
Add URL for SITC
> http://momjian.us/cgi-bin/pgsitc
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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? |