From: Bruce Momjian Date: Wed, 7 Jun 2006 20:39:10 +0000 (+0000) Subject: Mention GPL /contrib modules: X-Git-Tag: REL8_2_BETA1~825 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ca4c153bf7c9c9b8b067640e286bf867ea5b2ce;p=thirdparty%2Fpostgresql.git Mention GPL /contrib modules: > > Particularly, move GPL-licensed /contrib/userlock and > /contrib/dbmirror/clean_pending.pl. > --- 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 @@

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. @@ -1119,6 +1119,9 @@ first.

  • 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