aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 1a166ce4fa4..e8c4def7c8a 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Nov 23 22:13:57 EST 2002
+Last updated: Tue Nov 26 17:05:35 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -26,6 +26,7 @@ Urgent
o allow replication over unreliable or non-persistent links
o http://gborg.postgresql.org/project/pgreplication/projdisplay.php
* Point-in-time data recovery using backup and write-ahead log
+* Create native Win32 port [win32]
Reporting
@@ -420,7 +421,6 @@ Source Code
* 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)
-* Create native Win32 port [win32]
* Acquire lock on a relation before building a relcache entry for it
* Research interaction of setitimer() and sleep() used by statement_timeout