diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-05-05 04:06:18 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-05-05 04:06:18 +0000 |
commit | 2937bf0adff953136f1a402c1ddb0fb22af4f6bd (patch) | |
tree | 1891b13f684e99728da6f242a438eaf6bed1f449 | |
parent | ad1c88104b3b9b5a277f96cfa3bb3a5a5f83f1d5 (diff) | |
download | postgresql-2937bf0adff953136f1a402c1ddb0fb22af4f6bd.tar.gz postgresql-2937bf0adff953136f1a402c1ddb0fb22af4f6bd.zip |
Update TODO list.
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Apr 28 10:44:19 EDT 2000 +Last updated: Fri May 5 00:05:54 EDT 2000 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -180,7 +180,7 @@ MISC * Allow BLCKSZ <= 64k, not <= 32k * redesign UNION structures to have separarate target lists * Allow multi-level query trees for INSERT INTO ... SELECT - +* Use IPC_EXCL when creating shared memory and semaphores PERFORMANCE ----------- |