From: Bruce Momjian Date: Sat, 29 Sep 2001 21:37:06 +0000 (+0000) Subject: Update TODO list. X-Git-Tag: REL7_2_BETA1~278 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebfa88c4ec3605f85fb87e3a31853a1559d05a51;p=thirdparty%2Fpostgresql.git Update TODO list. --- diff --git a/doc/TODO b/doc/TODO index 7be9a9caa25..2c4c19d01bd 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Sep 28 17:39:19 EDT 2001 +Last updated: Sat Sep 29 17:34:59 EDT 2001 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -336,7 +336,7 @@ SOURCE CODE * Make sure all block numbers are unsigned to increase maximum table size * Use BlockNumber rather than int where appropriate * Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce) -* HOLDER/HOLDERTAB rename to PROCLOCKLINK/PROCLOCKLINKTAG (Tom) +* -HOLDER/HOLDERTAB rename to PROCLOCKLINK/PROCLOCKLINKTAG (Bruce) * Add version file format stamp to heap and other table types * -Make elog(LOG) in WAL its own output type, distinct from DEBUG (Peter E) * Rename some /contrib modules from pg* to pg_*