From 8752479dfc37ba8dc10f606cd38b7d3363b71b35 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sun, 4 Dec 2005 04:33:18 +0000 Subject: Add: > o Add long file support for binary pg_dump output > > While Win32 supports 64-bit files, the MinGW API does not, > meaning we have to build an fseeko replacement on top of the > Win32 API, and we have to make sure MinGW handles it. --- doc/src/FAQ/TODO.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 6de47ef2bd2..1d3dfb144c8 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Sat Dec 3 23:14:39 EST 2005 +Last updated: Sat Dec 3 23:33:12 EST 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1022,6 +1022,11 @@ first.

  • Fix problem with shared memory on the Win32 Terminal Server
  • Improve signal handling, http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php +
  • Add long file support for binary pg_dump output +

    While Win32 supports 64-bit files, the MinGW API does not, + meaning we have to build an fseeko replacement on top of the + Win32 API, and we have to make sure MinGW handles it. +

  • Wire Protocol Changes