Re: Remove sort files

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Michael Richards" <michael(at)fastmail(dot)ca>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Remove sort files
Date: 2001-05-23 18:00:39
Message-ID: 16092.990640839@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Michael Richards" <michael(at)fastmail(dot)ca> writes:
> 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?

No.

(A) cygwin is considered a supported platform.

(B) we use virtual-file references to these files; there is no guarantee
that the file will be held open continuously for as long as we need it.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2001-05-23 18:02:58 Re: Remove sort files
Previous Message Michael Richards 2001-05-23 17:51:10 Re: Remove sort files