Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem) - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)
Date
Msg-id aYq-6AVqBi3C1Qm2@paquier.xyz
Whole thread Raw
In response to Re: Support for 8-byte TOAST values (aka the TOAST infinite loop problem)  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Wed, Jan 07, 2026 at 05:02:02PM +0900, Michael Paquier wrote:
> I am still looking at a different approach that does not use the
> redirection.  For now, please find a rebased version of the patch,
> which is the rest minus the oid8 support now committed and some
> conflicts resolved, in case someone has any comments.

With this in mind, I have decided to drop this specific patch set from
the release cycle of v19, planning to rework on it for the v20 cycle
with a different approach to the implementation, without the function
pointer redirections.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Remove "struct" markers from varlena, varatt_external and varatt_indirect
Next
From: Ashutosh Bapat
Date:
Subject: Re: Changing shared_buffers without restart