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

From Bruce Momjian
Subject Re: pg_dump and large files - is this a problem?
Date
Msg-id 200210240311.g9O3Bim04265@candle.pha.pa.us
Whole thread Raw
In response to Re: pg_dump and large files - is this a problem?  (Giles Lean <giles@nemeton.com.au>)
Responses Re: pg_dump and large files - is this a problem?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
OK, NetBSD added.  

Any other OS's need this?  Is it safe for me to code something that
assumes fpos_t and off_t are identical?  I can't think of a good way to
test if two data types are identical.  I don't think sizeof is enough.

---------------------------------------------------------------------------

Giles Lean wrote:
> 
> > 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
> 
> 
> 
> 
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: One 7.3 item left
Next
From: Tom Lane
Date:
Subject: Re: One 7.3 item left