Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e70a8ee

Browse files
committed
Add:
> * Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
1 parent 944b162 commit e70a8ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/TODO

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri May 30 22:31:44 EDT 2003
3+
Last updated: Fri May 30 22:54:51 EDT 2003
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -77,6 +77,8 @@ Data Types
7777
* Allow pg_dump to dump sequences using NO_MAXVALUE and NO_MINVALUE
7878
* Allow better handling of numeric constants, type conversion [typeconv]
7979
* Allow backend to output result sets in XML
80+
* Prevent whole-row references from leaking memory, e.g. SELECT COUNT(tab.*)
81+
8082

8183
* ARRAYS
8284
o Allow nulls in arrays

0 commit comments

Comments
 (0)