Commit 1c24bf90 authored by Bruce Momjian's avatar Bruce Momjian

Move Win32 TODO items to main TODO list:

<
> * 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 readdir() errno patch when runtime/mingwex/dirent.c rev
> 	  1.4 is released
> 	o Remove psql newline patch when we find out why mingw outputs an
> 	  extra newline
> 	o Allow psql to use readline once non-US code pages work with
> 	  backslashes
parent fa9cabd6
...@@ -5,7 +5,7 @@ TODO list for PostgreSQL ...@@ -5,7 +5,7 @@ TODO list for PostgreSQL
Bracketed items "[]" have more detail. Bracketed items "[]" have more detail.
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Thu Oct 7 20:43:56 EDT 2004 Last updated: Fri Oct 8 12:28:20 EDT 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.
...@@ -799,7 +799,15 @@ Source Code ...@@ -799,7 +799,15 @@ Source Code
* Allow binaries to be statically linked so they are more easily relocated * Allow binaries to be statically linked so they are more easily relocated
* Move some /contrib modules out to their own project sites * Move some /contrib modules out to their own project sites
* Remove Win32 rename/unlink looping if unnecessary * Remove Win32 rename/unlink looping if unnecessary
* 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 readdir() errno patch when runtime/mingwex/dirent.c rev
1.4 is released
o Remove psql newline patch when we find out why mingw outputs an
extra newline
o Allow psql to use readline once non-US code pages work with
backslashes
* 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