Add:
authorBruce Momjian
Sun, 4 Dec 2005 04:33:18 +0000 (04:33 +0000)
committerBruce Momjian
Sun, 4 Dec 2005 04:33:18 +0000 (04:33 +0000)
>  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/TODO
doc/src/FAQ/TODO.html

index c23c62675f833633643e6ad11ca4e117d4e5585c..b1368e5fb58a8c7b4ceaccf8217214ab4ff1ee71 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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.
@@ -1127,6 +1127,11 @@ Source Code
    o Fix problem with shared memory on the Win32 Terminal Server
    o Improve signal handling,
      http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
+   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.
 
 
 * Wire Protocol Changes
index 6de47ef2bd276c5a26c26291bb609816ad4b9f78..1d3dfb144c81adc3ec181462a1598397e821e671 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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
  •