Commit cc4f22c1 authored by Bruce Momjian's avatar Bruce Momjian

Done:

< 	o Remove per-backend parameter file and move into shared memory

Add for Win32:
> 	o Allow the shared memory address to be configured via GUC
parent 36af887d
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Mon Dec 13 09:21:27 EST 2004 Last updated: Mon Dec 13 13:00:27 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org. site, http://www.PostgreSQL.org.
...@@ -890,7 +890,6 @@ Source Code ...@@ -890,7 +890,6 @@ Source Code
* Win32 * Win32
o Remove per-backend parameter file and move into shared memory
o Remove configure.in check for link failure when cause is found o Remove configure.in check for link failure when cause is found
o Remove readdir() errno patch when runtime/mingwex/dirent.c rev o Remove readdir() errno patch when runtime/mingwex/dirent.c rev
1.4 is released 1.4 is released
...@@ -902,6 +901,8 @@ Source Code ...@@ -902,6 +901,8 @@ Source Code
shorter timezone string is available shorter timezone string is available
o Improve dlerror() reporting string o Improve dlerror() reporting string
o Fix problem with shared memory on the Win32 Terminal Server 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 * Wire Protocol Changes
o Allow dynamic character set handling o Allow dynamic character set handling
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment