Re: Large expressions in indexes can't be stored (non-TOASTable) - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Large expressions in indexes can't be stored (non-TOASTable)
Date
Msg-id aA_4S5ZBaI_Qje2s@nathan
Whole thread Raw
In response to Re: Large expressions in indexes can't be stored (non-TOASTable)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Large expressions in indexes can't be stored (non-TOASTable)
List pgsql-hackers
On Mon, Apr 28, 2025 at 05:35:08PM -0400, Tom Lane wrote:
> Possibly better idea: can we add something like
> Assert(!OidIsValid(reltoastrelid)) in the code that is making this
> assumption?

Yeah, we could add something like that to replorigin_create() pretty
easily.  The comment for that would be even harder to miss.

-- 
nathan

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Large expressions in indexes can't be stored (non-TOASTable)
Next
From: Nathan Bossart
Date:
Subject: Re: teach pg_upgrade to handle in-place tablespaces