Re: Remove sort files - Mailing list pgsql-patches

From Michael Richards
Subject Re: Remove sort files
Date
Msg-id 3B0BF88E.00000D.94394@frodo.searchcanada.ca
Whole thread Raw
In response to Remove sort files  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Remove sort files
List pgsql-patches
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
>>> One reasonable idea is
>>> cd pg_sorttemp ; rm -f *
>
>> OK, here is the new 'find' line:
>
> No, the point is not to use find at all.

Suppose I'm creating temporary files to sort, on the supported
platforms (anything non-windows AFAIK) can't you just create and
unlink the file so long as you don't close it?

-Michael
_________________________________________________________________
     http://fastmail.ca/ - Fast Free Web Email for Canadians

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Remove sort files
Next
From: Bruce Momjian
Date:
Subject: Re: Remove sort files