aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2006-12-28 18:01:20 +0000
committerBruce Momjian <bruce@momjian.us>2006-12-28 18:01:20 +0000
commit91868e7df07185de4cf5511203009779d3463416 (patch)
tree8962960cf77ce23e66960206f9de68cf3c72f049
parentad1425ae4346f599fc2420c00800a3748fed1259 (diff)
downloadpostgresql-91868e7df07185de4cf5511203009779d3463416.tar.gz
postgresql-91868e7df07185de4cf5511203009779d3463416.zip
Done:
< * Move some /contrib modules out to their own project sites < < Particularly, move GPL-licensed /contrib/userlock and < /contrib/dbmirror/clean_pending.pl. <
-rw-r--r--doc/TODO7
-rw-r--r--doc/src/FAQ/TODO.html6
2 files changed, 2 insertions, 11 deletions
diff --git a/doc/TODO b/doc/TODO
index 103ae6f5632..1f6b24f9ee5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Dec 19 16:57:04 EST 2006
+Last updated: Thu Dec 28 13:01:14 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1264,11 +1264,6 @@ Source Code
* Add use of 'const' for variables in source tree
* Move some things from /contrib into main tree
-* Move some /contrib modules out to their own project sites
-
- Particularly, move GPL-licensed /contrib/userlock and
- /contrib/dbmirror/clean_pending.pl.
-
* %Remove warnings created by -Wcast-align
* Move platform-specific ps status display info from ps_status.c to ports
* Add optional CRC checksum to heap and index pages
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index bdb15e5f8f8..a9dff95f6cf 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: Tue Dec 19 16:57:04 EST 2006
+Last updated: Thu Dec 28 13:01:14 EST 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>.
@@ -1143,10 +1143,6 @@ first.
<ul>
<li>Add use of 'const' for variables in source tree
</li><li>Move some things from /contrib into main tree
- </li><li>Move some /contrib modules out to their own project sites
-<p> Particularly, move GPL-licensed /contrib/userlock and
- /contrib/dbmirror/clean_pending.pl.
-</p>
</li><li>%Remove warnings created by -Wcast-align
</li><li>Move platform-specific ps status display info from ps_status.c to ports
</li><li>Add optional CRC checksum to heap and index pages