Re: rmtree cleanup

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: rmtree cleanup
Дата
Msg-id 7462.1099001444@sss.pgh.pa.us
обсуждение исходный текст
Ответ на rmtree cleanup  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: rmtree cleanup  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-patches
Andrew Dunstan <andrew@dunslane.net> writes:
> The attached patch cleans up src/port/dirmod.c::rmtree() a bit. It moves
> the filename finding portion into its own function, and in that function
> only scans the directory once instead of twice.

Applied, along with some further hacking to reduce the #ifdef clutter
by providing palloc substitute routines.  I checked it still works on
Unix, would you check I didn't break the Windows cases?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: sign parsing (was: Re: [HACKERS] to_char/to_number loses sign)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: dblink crash fix