Re: 7.1.2 temporary file area

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Travis Bauer <trbauer(at)indiana(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: 7.1.2 temporary file area
Date: 2001-06-13 15:37:27
Message-ID: 26611.992446647@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Travis Bauer <trbauer(at)indiana(dot)edu> writes:
> FATAL 2: ZeroFill([a-path]/xlogtemp.7890) failed:
> Disc quota exceeded : [path-to-executable] Startup proc 7890 exited
> with status 512 - abort

> I believe postgres is creating a large temporary file.

That's not a temp file (at least not in our usual meaning of the term).
It's a WAL segment.

You could change $PGDATA/pg_xlog/ to be a symlink to some directory on a
different disk --- but shut down the postmaster first, and be sure to
copy the existing contents of the directory to the new location.

Current sources (7.2-to-be) also have provisions for relocating real
temp files in a similar fashion --- change the directory they live in
to be a symlink. But that won't help you today.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-06-13 15:38:09 Re: Re: Does PostgreSQL support EXISTS?
Previous Message Lamar Owen 2001-06-13 15:35:51 Re: Re: [SQL] ORDER BY what?