summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2006-06-07 20:39:10 +0000
committerBruce Momjian2006-06-07 20:39:10 +0000
commit9ca4c153bf7c9c9b8b067640e286bf867ea5b2ce (patch)
treeeb89013e8a0de241bc9fa9b11dc112af960b9f9b
parentd8364f3f8f64278f831bc679f0e6275cf4d936e5 (diff)
Mention GPL /contrib modules:
> > Particularly, move GPL-licensed /contrib/userlock and > /contrib/dbmirror/clean_pending.pl. >
-rw-r--r--doc/TODO6
-rw-r--r--doc/src/FAQ/TODO.html5
2 files changed, 9 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index a0f3ff8f6ae..fa3e2f4cf48 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Tue Jun 6 12:27:12 EDT 2006
+Last updated: Wed Jun 7 16:38:59 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1239,6 +1239,10 @@ Source Code
* Rename some /contrib modules from pg* to pg_*
* 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 a63c1b52988..6422a53167f 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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
-Last updated: Tue Jun 6 12:27:12 EDT 2006
+Last updated: Wed Jun 7 16:38:59 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>.
@@ -1119,6 +1119,9 @@ first.
</li><li>Rename some /contrib modules from pg* to pg_*
</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