Re: BUG #18259: Assertion in ExtendBufferedRelLocal() fails after no-space-left condition

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: BUG #18259: Assertion in ExtendBufferedRelLocal() fails after no-space-left condition
Дата
Msg-id ZZdDCXW4HtRg1miG@paquier.xyz
обсуждение исходный текст
Ответ на Re: BUG #18259: Assertion in ExtendBufferedRelLocal() fails after no-space-left condition  (Andres Freund <andres@anarazel.de>)
Список pgsql-bugs
On Thu, Jan 04, 2024 at 10:56:58AM -0800, Andres Freund wrote:
> But perhaps this could actually serve as a good first case for Michael's
> failure injection patch?  A failure injection to make
> FileFallocate()/FileZero() fail should just be a few lines.
>
> We generally have pretty much no coverage for out-of-space, partial
> read/write, EINTR of file operations, because that's hard to do with the
> current test infrastructure. So this might be a nice first case.

Indeed.  This one should be fairly simple with a single session, a
couple of SQLs and an ERROR callback.
--
Michael

Вложения

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

Предыдущее
От: AC4G
Дата:
Сообщение: Postgres policy exists bug
Следующее
От: Andrei Lepikhov
Дата:
Сообщение: Re: BUG #18261: Inconsistent results of SELECT affected by joined subqueries