Re: Inval reliability, especially for inplace updates

Поиск
Список
Период
Сортировка
От Noah Misch
Тема Re: Inval reliability, especially for inplace updates
Дата
Msg-id 20240616221205.24.nmisch@google.com
обсуждение исходный текст
Ответ на Re: Inval reliability, especially for inplace updates  (Noah Misch <noah@leadboat.com>)
Список pgsql-hackers
On Sat, Jun 15, 2024 at 03:37:18PM -0700, Noah Misch wrote:
> I'm attaching the implementation.

I'm withdrawing inplace150-inval-durability-atcommit-v1.patch, having found
two major problems so far:

1. It sends transactional invalidation messages before
   ProcArrayEndTransaction(), so other backends can read stale data.

2. It didn't make the equivalent changes for COMMIT PREPARED.



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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: Using LibPq in TAP tests via FFI
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: assertion failure at cost_memoize_rescan()