Done:
authorBruce Momjian
Mon, 19 Feb 2007 16:36:17 +0000 (16:36 +0000)
committerBruce Momjian
Mon, 19 Feb 2007 16:36:17 +0000 (16:36 +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.  Another
<    option is to wait for the MinGW project to fix it, or use the
<    code from the LibGW32C project as a guide.
<
<    http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
<
>  o -Add long file support for binary pg_dump output

doc/TODO
doc/src/FAQ/TODO.html

index 3cfadfe52b375ada2038a7a72321abaa21a67aa3..0759f4fab7a7bd87fe1645916cb29d8ad92bd39b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Sat Feb 17 20:34:28 EST 2007
+Last updated:      Mon Feb 19 11:36:11 EST 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1452,16 +1452,7 @@ Source Code
 
      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.  Another
-     option is to wait for the MinGW project to fix it, or use the
-     code from the LibGW32C project as a guide.
-
-     http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php
-
+   o -Add long file support for binary pg_dump output
    o Check WSACancelBlockingCall() for interrupts [win32intr]
 
 
index 339f57cf45d5f8c5d83b2a4e9de0d2dba78fe484..eeeb81a687ceee0d44cebcc5a8d300cc6631a78a 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Feb 17 20:34:28 EST 2007
+Last updated:           Mon Feb 19 11:36:11 EST 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1295,15 +1295,7 @@ first.  There is also a developer's wiki at
     
  • 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.  Another
    -          option is to wait for the MinGW project to fix it, or use the
    -          code from the LibGW32C project as a guide.
    -

    -

              http://archives.postgresql.org/pgsql-hackers/2006-12/msg00551.php

    -

    +    
  • -Add long file support for binary pg_dump output
  •      
  • Check WSACancelBlockingCall() for interrupts [win32intr]
  •    
       
  • Wire Protocol Changes