aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-12-13 18:40:30 +0000
committerBruce Momjian <bruce@momjian.us>2004-12-13 18:40:30 +0000
commit3ff0418293fac7ed6eff21fe032dbb71e70c8d6b (patch)
tree591814b284cf015267c52ed39300c94fdb00a4e6
parent5ec30faee6ad9e97366579fe578d2cbe0d36413c (diff)
downloadpostgresql-3ff0418293fac7ed6eff21fe032dbb71e70c8d6b.tar.gz
postgresql-3ff0418293fac7ed6eff21fe032dbb71e70c8d6b.zip
Remove:
< o Allow the shared memory address to be configured via GUC
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 70b39e3cf57..f401980e1f1 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Mon Dec 13 13:00:27 EST 2004
+Last updated: Mon Dec 13 13:40:24 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -901,7 +901,6 @@ Source Code
shorter timezone string is available
o Improve dlerror() reporting string
o Fix problem with shared memory on the Win32 Terminal Server
- o Allow the shared memory address to be configured via GUC
* Wire Protocol Changes