PostgreSQL TODO List
====================
-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.
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
-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
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