aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-25 20:30:19 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-25 20:30:19 +0000
commit7cfbbb254122165daf9c880f4d3ade0fbf8413ad (patch)
treee126e7a4c391cc66c18cf2a40ff5392eaa912857
parentc0cbb261dfe87f9b55e4e7dd8c6da6eca7e1e22c (diff)
downloadpostgresql-7cfbbb254122165daf9c880f4d3ade0fbf8413ad.tar.gz
postgresql-7cfbbb254122165daf9c880f4d3ade0fbf8413ad.zip
Added:
> * Remove memory/file descriptor freeing befor elog(ERROR) (Bruce)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 2dc54d5269a..3af0cc60747 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Feb 25 13:48:22 EST 2002
+Last updated: Mon Feb 25 15:29:56 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -471,7 +471,7 @@ SOURCE CODE
* Clarify use of 'application' and 'command' tags in SGML docs
* Better document ability to build only certain interfaces (Marc)
* Remove or relicense modules that are not under the BSD license, if possible
-
+* Remove memory/file descriptor freeing befor elog(ERROR) (Bruce)
---------------------------------------------------------------------------