Re: [BUG]Update Toast data failure in logical replication - Mailing list pgsql-hackers

From Andres Freund
Subject Re: [BUG]Update Toast data failure in logical replication
Date
Msg-id 20220124214206.cthc4xau3xmzbkty@alap3.anarazel.de
Whole thread Raw
In response to Re: [BUG]Update Toast data failure in logical replication  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: [BUG]Update Toast data failure in logical replication
List pgsql-hackers
On 2022-01-24 16:31:08 -0500, Robert Haas wrote:
> That seems consistent with what's been described on this thread so
> far, but I still don't quite understand why the logic that reassembles
> TOAST chunks doesn't solve it.

There are no toast chunks to reassemble if the update didn't change the
primary key. So this just hits the path we'd also hit for an unchanged toasted
non-key column.



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: CREATEROLE and role ownership hierarchies
Next
From: Robert Haas
Date:
Subject: Re: [BUG]Update Toast data failure in logical replication