Re: pg_sorttemp*

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: chris(at)townnews(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_sorttemp*
Date: 2000-06-19 15:57:53
Message-ID: 15260.961430273@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Chris Dorr" <chris(at)townnews(dot)com> writes:
> I've got a postgres DB that keeps crashing on me. When I go into my
> base/DBDIR/ and do an ls -la I see a ton of files called pg_sorttemp .
> Some are quite large in size and others have nothing inside of them.
> Would this have anything to do with why our DB is crashing?? Can I
> get rid of them?

They're just temporary files. You can get rid of them if the backends
that created 'em are no longer running. The more interesting question
is why the crashes. What version are you running, and what sort of
query is provoking the crash?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message mikeo 2000-06-19 16:07:05 current database?
Previous Message Chris Dorr 2000-06-19 13:59:46 pg_sorttemp*