diff --git a/doc/TODO b/doc/TODO
index a011cb0cc3152821b80e8bc55da0686afe75f1ca..a67fffe2d1c48cfdd4c615e12cce53d214404f5f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:		Fri May 30 22:31:44 EDT 2003
+Last updated:		Fri May 30 22:54:51 EDT 2003
 
 Current maintainer:	Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -77,6 +77,8 @@ Data Types
 * Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
 * Allow better handling of numeric constants, type conversion [typeconv]
 * Allow backend to output result sets in XML
+* Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
+
 
 * ARRAYS
 	o Allow nulls in arrays