Re: [PATCHES] Fix for large file support (nonsegment mode support) - Mailing list pgsql-hackers

From Zeugswetter Andreas OSB SD
Subject Re: [PATCHES] Fix for large file support (nonsegment mode support)
Date
Msg-id E1539E0ED7043848906A8FF995BDA57902DD3016@m0143.s-mxs.net
Whole thread Raw
In response to Re: [PATCHES] Fix for large file support (nonsegment mode support)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCHES] Fix for large file support (nonsegment mode support)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > Why is this not the default when supported?
>
> Fear.
>
> Maybe eventually, but right now I think it's too risky.
>
> One point that I already found out the hard way is that sizeof(off_t)
= 8
> does not guarantee the availability of largefile support; there can
also
> be filesystem-level constraints, and perhaps other things we know not
of
> at this point.

Exactly, e.g. AIX is one of those. jfs (not the newer jfs2) has an
option
to enable large files, which is not the default and cannot be changed
post crfs.
And even if it is enabled, jfs has a 64 Gb filesize limit !
Anybody know others that support large but not huge files ?

Andreas

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [PATCHES] Fix for large file support (nonsegment mode support)
Next
From: "Zeugswetter Andreas OSB SD"
Date:
Subject: Re: [PATCHES] Fix for large file support (nonsegment mode support)