Re: pg_archivecleanup bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pg_archivecleanup bug
Дата
Msg-id 5024.1395199508@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pg_archivecleanup bug  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Would people accept?

>     for (errno = 0; (dirent = readdir(dir)) != NULL; errno = 0)

It's a bit weird looking, but I agree that there's value in only needing
the errno-zeroing in precisely one place.
        regards, tom lane



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

Предыдущее
От: "Wang, Jing"
Дата:
Сообщение: Re: issue log message to suggest VACUUM FULL if a table is nearly empty
Следующее
От: "Prabakaran, Vaishnavi"
Дата:
Сообщение: Re: Providing catalog view to pg_hba.conf file - Patch submission