Lamar Owen wrote:
>
>And you added this by doing what, exactly? I'm not familiar with pg_dump
>largefile support as a standalone feature.
>
Enabling largefile support for the utilities was accomplished by :
CFLAGS="-O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" ./configure ...
It seemed to
On Thursday 08 August 2002 05:36 pm, Nigel J. Andrews wrote:
> Matt Kirkwood wrote:
> > I just spent some of the morning helping a customer build Pg 7.2.1 from
> > source in order to get Linux largefile support in pg_dump etc. They
> > possibly would have kept using the binary RPMs if they had th
Note, I'm not sure this belongs in -hackers so I've added -general but left
-hackers in so that list can at least see that it's going to -general.
On Thu, 8 Aug 2002, mark Kirkwood wrote:
> Hi all,
>
> I just spent some of the morning helping a customer build Pg 7.2.1 from
> source in order