From 71929165e82d94451ce45d4fc446475d0caaf661 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Mon, 29 Nov 2004 03:17:30 +0000
Subject: [PATCH] Add: < > * Allow cross-compiling by generating the zic
 database on the target system

---
 doc/TODO | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index d8c7c9093d4..e6067b04664 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
-- 
GitLab