Re: Anti-critical-section assertion failure in mcxt.c reached by walsender

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Anti-critical-section assertion failure in mcxt.c reached by walsender
Дата
Msg-id CA+hUKG+52Td3PevOAqWyT-CcDRgXpgQ-V5PDeS5Rs0HSmrPWOA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Anti-critical-section assertion failure in mcxt.c reached by walsender  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Anti-critical-section assertion failure in mcxt.c reached by walsender  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Anti-critical-section assertion failure in mcxt.c reached by walsender  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Fri, May 7, 2021 at 1:43 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The interesting part of this is frame 6, which points here:
>
>         case SYNC_METHOD_FDATASYNC:
>             if (pg_fdatasync(fd) != 0)
>                 ereport(PANIC,
>                         (errcode_for_file_access(),
>                          errmsg("could not fdatasync file \"%s\": %m",
>                                 XLogFileNameP(ThisTimeLineID, segno))));

Oh, and I see that 13 has 9989d37d "Remove XLogFileNameP() from the
tree" to fix this exact problem.



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Anti-critical-section assertion failure in mcxt.c reached by walsender
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Anti-critical-section assertion failure in mcxt.c reached by walsender