Re: Patch to log usage of temporary files

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: Patch to log usage of temporary files
Дата
Msg-id 459AD7AA.6040402@dunslane.net
обсуждение исходный текст
Ответ на Patch to log usage of temporary files  (Bill Moran <wmoran@collaborativefusion.com>)
Список pgsql-patches
Bill Moran wrote:
> +         if (stat(vfdP->fileName, &filestats) == 0) {
> +             if (trace_temp_files)
>
Shouldn't these tests be the other way around?

cheers

andrew

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Patch to log usage of temporary files
Следующее
От: Bill Moran
Дата:
Сообщение: Re: Patch to log usage of temporary files