Update:
authorBruce Momjian
Sun, 4 Dec 2005 21:16:51 +0000 (21:16 +0000)
committerBruce Momjian
Sun, 4 Dec 2005 21:16:51 +0000 (21:16 +0000)
<    Win32 API, and we have to make sure MinGW handles it.
>    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.

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

index b1368e5fb58a8c7b4ceaccf8217214ab4ff1ee71..0d7bc96be9c46faa1b1931d09192471a56f7302d 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:33:12 EST 2005
+Last updated:      Sun Dec  4 16:13:39 EST 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1131,7 +1131,9 @@ Source Code
 
      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.
+     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.
 
 
 * Wire Protocol Changes
index 1d3dfb144c81adc3ec181462a1598397e821e671..d638e3f1945c8d0c906d109109ddf281f79826b2 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Sat Dec  3 23:33:12 EST 2005
+Last updated:           Sun Dec  4 16:13:39 EST 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1025,7 +1025,9 @@ first.
     
  • 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.
    +          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.
     

       
       
  • Wire Protocol Changes