Re: pg_restore fails with a custom backup file

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas ADI SD
Тема Re: pg_restore fails with a custom backup file
Дата
Msg-id E1539E0ED7043848906A8FF995BDA5790198F49C@m0143.s-mxs.net
обсуждение исходный текст
Ответ на Re: pg_restore fails with a custom backup file  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
> > I suspect we might need to create a pg_off_t type or some
> such gadget.
> >
> > Bleah.
> >
> > But it does need to be fixed.
>
> Bummer. That might be what's needed, but I'm going to at least try to
> find some neater way first. I wonder why it didn't happen on MSVC...

I don't see how the error relates, but _fseeki64 and _ftelli64 is
only in msvcr80.dll and newer, not below.

MinGW has fseeko64 and ftello64 with off64_t.

Andreas


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: effective_cache_size vs units
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: effective_cache_size vs units