Re: Inval reliability, especially for inplace updates

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Inval reliability, especially for inplace updates
Date: 2024-06-16 22:12:05
Message-ID: 20240616221205.24.nmisch@google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2024-06-16 22:23:34 Re: assertion failure at cost_memoize_rescan()
Previous Message Andrew Dunstan 2024-06-16 21:43:05 Re: Using LibPq in TAP tests via FFI