1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
> 	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.
This commit is contained in:
Bruce Momjian
2005-12-04 04:33:18 +00:00
parent bedb5fc309
commit 8752479dfc
2 changed files with 12 additions and 2 deletions

View File

@ -2,7 +2,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.
@ -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