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 aV4S-s4bYIuIAW_E@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 01:43:26PM +0900, Michael Paquier wrote:
> While the final commit has sticked with oid8 for the data type and
> Oid8 for the C type, we still have a couple of months to tweak the
> names if necessary.  I would keep these as they are, but if there are
> more voices for a Oid64, feel free of course.   What's on HEAD now
> works fine enough for me.

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.
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Richard Guo
Date:
Subject: Re: Fwd: pg18 bug? SELECT query doesn't work
Next
From: Alexander Korotkov
Date:
Subject: Re: Implement waiting for wal lsn replay: reloaded