Re: [HACKERS] Linux Largefile Support In Postgresql RPMS

From: Andrew Sullivan <andrew(at)libertyrms(dot)info>
To: pgsql-general(at)postgresql(dot)org
Cc: strange(at)nsk(dot)yi(dot)org, Andrew Sullivan <andrew(at)libertyrms(dot)info>
Subject: Re: [HACKERS] Linux Largefile Support In Postgresql RPMS
Date: 2002-08-13 16:40:46
Message-ID: 20020813124046.H31856@mail.libertyrms.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

On Tue, Aug 13, 2002 at 04:53:47PM +0100, strange(at)nsk(dot)yi(dot)org wrote:
> On Tue, Aug 13, 2002 at 11:31:15AM -0400, Andrew Sullivan wrote:
> > On Tue, Aug 13, 2002 at 05:19:31PM +0200, Helge Bahmann wrote:
> > > If all the 2GB problem is only about pg_dump may I suggest a work-around?
> > >
> > > pg_dump | cat >dumpfile.sql
> > >
> > > works without problems if "cat" is largefile-enabled;
> >
> > I had that break on Solaris. Makes no sense to me, either, but it
> > most certainly did.
>
> Does the shell have large file support?

Yep. It was an error from pg_dump that claimed it couldn't keep
writing. Never seen anything like it. I'm sure I did something
wrong somewhere, I just didn't see what it was. (In the end, I just
recompiled pg_dump.) But _something_ along the chain didn't have
large file support. It's these sorts of little gotchas that I was
thinking of when I said that just turning on large files is not that
simple: you really need to know that _everything_ is ready, or the
errors you get will surprise you.

A

--
----
Andrew Sullivan 87 Mowat Avenue
Liberty RMS Toronto, Ontario Canada
<andrew(at)libertyrms(dot)info> M6K 3E3
+1 416 646 3304 x110

In response to

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2002-08-13 16:40:55 Re: Transaction Exception Question
Previous Message Joe Conway 2002-08-13 16:39:06 Re: Stored procedures returning rowsets

Browse pgsql-hackers by date

  From Date Subject
Next Message Oliver Elphick 2002-08-13 16:50:04 Re: [HACKERS] Linux Largefile Support In Postgresql RPMS
Previous Message Rod Taylor 2002-08-13 16:33:12 Re: Temporary Views