Re: BUG #18492: Adding a toasted column to a table with an inherited temp table fails with Assert

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2024-06-03T19:09:48Z
Lists: pgsql-bugs
On 2024-06-03 13:50:22 -0400, Tom Lane wrote:
> I'm inclined to think that we should reject any ALTER TABLE on another
> session's temp table.

+1



Commits

  1. Reject modifying a temp table of another session with ALTER TABLE.