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
-
Reject modifying a temp table of another session with ALTER TABLE.
- b8efd756dfc7 12.20 landed
- 8397f161e47c 16.4 landed
- 7ed8ce8a469b 17.0 landed
- 7c4ac652e432 13.16 landed
- 3c71cb497b02 15.8 landed
- 2dad0f433db9 14.13 landed