Re: pg_restore [archiver] file offset in dump file is too

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pg_restore [archiver] file offset in dump file is too
Дата
Msg-id 43933C3F.1080000@dunslane.net
обсуждение исходный текст
Ответ на Re: pg_restore [archiver] file offset in dump file is too  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pg_restore [archiver] file offset in dump file is too  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

Tom Lane wrote:

>>          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.
>>    
>>
>
>Wouldn't it be better to lobby the MinGW folk to fix their problem?
>Or even help them with it?  I can't see the rationale for implementing
>a workaround that helps only us.
>
>            
>  
>

There is a library available from the gnuwin32 project that advertises 
fseeko and fseeko64. So we probably have a choice of requiring this 
library or doing it ourselves.

see http://gnuwin32.sourceforge.net/packages/libgw32c.htm


cheers

andrew


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCHES] snprintf() argument reordering not working
Следующее
От: Paul Lindner
Дата:
Сообщение: MIN() performance regression 8.0 -> 8.1