diff options
author | Bruce Momjian | 2005-01-02 21:08:14 +0000 |
---|---|---|
committer | Bruce Momjian | 2005-01-02 21:08:14 +0000 |
commit | 11373311d016483599146573509a416ecd872176 (patch) | |
tree | 4ea508cb0cc77259eba1fa87f277827bbbbffb5e | |
parent | a17e589046176122e528740f91a38bb00e284518 (diff) |
Add:
> * Allow building with directories containing spaces
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sat Jan 1 12:29:09 EST 2005 +Last updated: Sun Jan 2 16:08:00 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -895,6 +895,7 @@ Source Code * Allow cross-compiling by generating the zic database on the target system * Improve NLS maintenace of libpgport messages linked onto applications * Allow ecpg to work with MSVC and BCC +* Allow building with directories containing spaces * Win32 |