Re: Remove sort files

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Remove sort files
Дата
Msg-id 16092.990640839@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Remove sort files  ("Michael Richards" <michael@fastmail.ca>)
Список pgsql-patches
"Michael Richards" <michael@fastmail.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

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Remove sort files
Следующее
От: Bruce Momjian
Дата:
Сообщение: ANT fix for jar creation