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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Done: < o Add long file support for binary pg_dump output < <
Дата
Msg-id 20070219163618.0B2729FB5DE@postgresql.org
обсуждение исходный текст
Список 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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: mha@postgresql.org (Magnus Hagander)
Дата:
Сообщение: pgsql: Fix pg_dump on win32 to properly dump files larger than 2Gb when
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: > * -Add a field 'isoyear' to extract(), based on the ISO