Provide a build-time option to store large relations as single files, rather

Tom Lane <tgl@sss.pgh.pa.us>

Commit: f0828b2fc3d021ef8d64337a3593eb44bd3b6114
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-03-10T20:06:27Z
Releases: 8.4.0
Provide a build-time option to store large relations as single files, rather
than dividing them into 1GB segments as has been our longtime practice.  This
requires working support for large files in the operating system; at least for
the time being, it won't be the default.

Zdenek Kotala

Files