Re: pg_dump and large files - is this a problem? - Mailing list pgsql-hackers

From Giles Lean
Subject Re: pg_dump and large files - is this a problem?
Date
Msg-id 23040.1035428090@hpchs.cup.hp.com
Whole thread Raw
In response to Re: pg_dump and large files - is this a problem?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: pg_dump and large files - is this a problem?  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: pg_dump and large files - is this a problem?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
> OK, does pre-1.6 NetBSD have fgetpos/fsetpos that is off_t/quad?

Yes:
   int   fgetpos(FILE *stream, fpos_t *pos);
   int   fsetpos(FILE *stream, const fpos_t *pos);

Per comments in <stdio.h> fpos_t is the same format as off_t, and
off_t and fpos_t have been 64 bit since 1994.
   http://cvsweb.netbsd.org/bsdweb.cgi/basesrc/include/stdio.h

Regards,

Giles






pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pg_dump and large files - is this a problem?
Next
From: Bruce Momjian
Date:
Subject: Re: pg_dump and large files - is this a problem?