Re: pg_restore fails with a custom backup file - Mailing list pgsql-hackers

From Zeugswetter Andreas ADI SD
Subject Re: pg_restore fails with a custom backup file
Date
Msg-id E1539E0ED7043848906A8FF995BDA5790198F49C@m0143.s-mxs.net
Whole thread Raw
In response to Re: pg_restore fails with a custom backup file  (Magnus Hagander <magnus@hagander.net>)
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: effective_cache_size vs units
Next
From: Magnus Hagander
Date:
Subject: Re: effective_cache_size vs units