Re: SV: Log files polluted with permission denied error messages after every 10 seconds

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: SV: Log files polluted with permission denied error messages after every 10 seconds
Дата
Msg-id YFJt02H0HGahQ326@paquier.xyz
обсуждение исходный текст
Ответы Re: SV: Log files polluted with permission denied error messages after every 10 seconds
Список pgsql-general
On Wed, Mar 17, 2021 at 11:44:48AM -0400, Tom Lane wrote:
> Oh!  That's an interesting theory; it'd explain why this broke recently,
> because we didn't use to use that function.  But how do you draw that
> conclusion from this stack trace?
>
> Anyway, if you've diagnosed this correctly, I bet the fault is in
> this bit in win32stat.c:
>
> #if _WIN32_WINNT < 0x0600
>     IO_STATUS_BLOCK ioStatus;
>     FILE_STANDARD_INFORMATION standardInfo;
> #else
>     FILE_STANDARD_INFO standardInfo;
> #endif
>
> Maybe the version cutoff is wrong?  Maybe we have to do this with
> a run-time version check, instead of statically compiling it?

All the reports received are on 13.1 and 13.2.  This code is new as of
bed9075, no?
--
Michael

Вложения

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

Предыдущее
От: Marc
Дата:
Сообщение: how to troubleshoot: FATAL: canceling authentication due to timeout
Следующее
От: Tom Lane
Дата:
Сообщение: Re: SV: Log files polluted with permission denied error messages after every 10 seconds