From 954eb25a111a04bfad25208d00cd7e65b929204b Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 13 Feb 2007 17:03:16 +0000 Subject: Add: > * Update our code to handle 64-bit timezone files to match the zic > source code, which now uses them --- doc/src/FAQ/TODO.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index be44e91d8c4..b1d29e55d3d 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Feb 8 22:39:54 EST 2007 +Last updated: Tue Feb 13 12:03:10 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1247,6 +1247,8 @@ first. There is also a developer's wiki at

  • -Move NAMEDATALEN from postgres_ext.h to pg_config_manual.h
  • Consider making NAMEDATALEN more configurable in future releases +
  • Update our code to handle 64-bit timezone files to match the zic + source code, which now uses them
  • Win32