Re: A micro-optimisation for walkdir()

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: A micro-optimisation for walkdir()
Дата
Msg-id 20200904204334.GA19161@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: A micro-optimisation for walkdir()  (Juan José Santamaría Flecha <juanjo.santamaria@gmail.com>)
Ответы Re: A micro-optimisation for walkdir()
Список pgsql-hackers
On 2020-Sep-04, Juan José Santamaría Flecha wrote:

> If will fail to detect that the patch makes the optimisation available for
> WIN32:
> 
> +#if defined(DT_UNKNOWN) && defined(DT_REG) && defined(DT_DIR) &&
> defined(DT_LNK)

Oh, I see.  I suggest that it'd be better to change this line instead.

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Questionable ping logic in LogicalRepApplyLoop
Следующее
От: Cary Huang
Дата:
Сообщение: Re: Any objections to implementing LogicalDecodeMessageCB for pgoutput?