diff options
author | Bruce Momjian <bruce@momjian.us> | 2004-11-29 03:17:30 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2004-11-29 03:17:30 +0000 |
commit | 71929165e82d94451ce45d4fc446475d0caaf661 (patch) | |
tree | efcf22f87e56cc9f2585e362a4acbe4c46cabb8f | |
parent | 66cd8150636e48a8f143560136a25ec5eb355d8c (diff) | |
download | postgresql-71929165e82d94451ce45d4fc446475d0caaf661.tar.gz postgresql-71929165e82d94451ce45d4fc446475d0caaf661.zip |
Add:
<
> * Allow cross-compiling by generating the zic database on the target system
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,7 +6,7 @@ TODO list for PostgreSQL Bracketed items "[]" have more detail. Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Sun Nov 28 21:29:24 EST 2004 +Last updated: Sun Nov 28 22:17:27 EST 2004 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -860,7 +860,7 @@ Source Code * Allow the identifier length to be increased via a configure option * Remove Win32 rename/unlink looping if unnecessary * Remove kerberos4 from source tree? - +* Allow cross-compiling by generating the zic database on the target system * Win32 o Remove per-backend parameter file and move into shared memory |