Re: pg_sorttemp files - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_sorttemp files
Date
Msg-id 24666.1003427149@sss.pgh.pa.us
Whole thread Raw
In response to pg_sorttemp files  (darcy@druid.net (D'Arcy J.M. Cain))
Responses Re: pg_sorttemp files
List pgsql-hackers
darcy@druid.net (D'Arcy J.M. Cain) writes:
> I have tons of old files with names like base/db/pg_sorttemp####.##.  I
>  assume that they are temporary sorting files but somehow they never got
> cleared out.  Is it safe to delete these from a running system.  The files
> are months old.

The first #### is the PID of the backend that made them.  If there is no
such backend anymore according to ps, it's safe to zap 'em.  I'd rely on
that much more than the mod date.

BTW, if you are seeing unreclaimed sorttemp files in a recent release
(7.0 or later), I'd like to know about it.  That shouldn't happen,
short of a backend crash anyway...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Create or replace function doesn't work so well
Next
From: Tom Lane
Date:
Subject: Re: PQstatus() detect change in connection...