On Mon, Jul 14, 2025 at 8:15 AM Nikita Malakhov <hukutoc(at)gmail(dot)com> wrote:
>
...
> Have to mention though that we encountered issues in logical replication
> when we made toast values updatable.
This seems to indicate that Logical Decoding does not honour
visibility checks in TOAST.
This works fine if the TOAST visibility never changes but will break
if it can change independently of heap-side tuple
> Also researching direct tids implementation.
Cool!