From c77ec76e7c2c876a5b236396e631cbea1b53c281 Mon Sep 17 00:00:00 2001 From: Bruce Momjian <bruce@momjian.us> Date: Fri, 17 Sep 1999 01:57:36 +0000 Subject: [PATCH] Update TODO list. --- doc/TODO | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index a0df8710377..de0e69949f6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Mon Sep 13 22:19:20 EDT 1999 +Last updated: Thu Sep 16 21:50:14 EDT 1999 Current maintainer: Bruce Momjian (maillist@candle.pha.pa.us) @@ -247,6 +247,7 @@ MISC * In WHERE tab1.x=3 AND tab1.x=tab2.y, add tab2.y=3 * pass atttypmod through parser in more cases(Bruce) * remove duplicate type in/out functions for disk and net +* change VACUUM ANALYZE to use btree comparison functions, not <,=,> calls SOURCE CODE ----------- @@ -254,6 +255,7 @@ SOURCE CODE * Fix C optimizer problem where fmgr_ptr calls return different types * Add needed includes and removed unneede include files(Bruce) * Make configure --enable-debug add -g on compile line +* Does Mariposa source contain any other bug fixes? --------------------------------------------------------------------------- -- GitLab