Re: pg_restore fails with a custom backup file

From: "Zeugswetter Andreas ADI SD" <ZeugswetterA(at)spardat(dot)at>
To: "Andrew Dunstan" <andrew(at)dunslane(dot)net>, "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: "Yoshiyuki Asaba" <y-asaba(at)sraoss(dot)co(dot)jp>, <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pg_restore fails with a custom backup file
Date: 2006-12-19 15:25:18
Message-ID: E1539E0ED7043848906A8FF995BDA5790198F5DE@m0143.s-mxs.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


> Did you see this from Andreas?
>
> > MinGW has fseeko64 and ftello64 with off64_t.
> >
>
> Maybe we need separate macros for MSVC and MinGW. Given the other

You mean something quick and dirty like this ? That would work.

Andreas

Attachment Content-Type Size
pg_dump_fseeko64.patch application/octet-stream 885 bytes

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2006-12-19 15:40:13 Re: pg_restore fails with a custom backup file
Previous Message Gregory Stark 2006-12-19 15:22:13 Re: [HACKERS] Enums patch v2