aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2005-03-11 03:45:25 +0000
committerBruce Momjian <bruce@momjian.us>2005-03-11 03:45:25 +0000
commita258a1bba8cd0d3d0727760ae5290f646fa8e61c (patch)
tree1a32850452b5336e601f31a4045b41b1ee2e6a18
parent595ed2a8550e34c0abe64569a104d92ad077ec08 (diff)
downloadpostgresql-a258a1bba8cd0d3d0727760ae5290f646fa8e61c.tar.gz
postgresql-a258a1bba8cd0d3d0727760ae5290f646fa8e61c.zip
Add:
> * Fix cross-compiling of time zone database via 'zic'
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 3fa8cc6148c..9880c6bad84 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: Tue Mar 1 00:00:32 EST 2005
+Last updated: Thu Mar 10 22:45:28 EST 2005
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -932,6 +932,7 @@ Source Code
is already possible to install into a directory that doesn't contain
spaces and then copy the install to a directory with spaces.
+* Fix cross-compiling of time zone database via 'zic'
* Win32
o Remove configure.in check for link failure when cause is found
o Remove readdir() errno patch when runtime/mingwex/dirent.c rev