pgsql: Done: < o Add long file support for binary pg_dump output < <

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Done: < o Add long file support for binary pg_dump output < <
Date: 2007-02-19 16:36:18
Message-ID: 20070219163618.0B2729FB5DE@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Done:

< 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

Modified Files:
--------------
pgsql/doc:
TODO (r1.2099 -> r1.2100)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2099&r2=1.2100)
pgsql/doc/src/FAQ:
TODO.html (r1.600 -> r1.601)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.600&r2=1.601)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-02-19 17:21:24 pgsql: Done: > * -Add a field 'isoyear' to extract(), based on the ISO
Previous Message Magnus Hagander 2007-02-19 15:05:21 pgsql: Fix pg_dump on win32 to properly dump files larger than 2Gb when