From e70a8ee97d7f0fe42b262ede0dbf2af829061218 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Sat, 31 May 2003 02:54:57 +0000
Subject: [PATCH] Add:

> * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
---
 doc/TODO | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/TODO b/doc/TODO
index a011cb0cc31..a67fffe2d1c 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
-- 
GitLab