Re: can't drop table due to reference from orphaned temp function
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Miles Delahunty <miles.delahunty@gmail.com>, Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-bugs@lists.postgresql.org, Robert Haas <robertmhaas@gmail.com>
Date: 2022-02-21T18:36:58Z
Lists: pgsql-bugs
Hi, On 2022-02-19 13:31:39 -0800, Andres Freund wrote: > Proposed bugfix and test attached. Pushed test + fix to all branches, assertion to HEAD. Miles, thanks for the report! Greetings, Andres Freund
Commits
-
Fix temporary object cleanup failing due to toast access without snapshot.
- 7bbfe5994165 14.3 landed
- cebc54b90bda 10.21 landed
- 3faa21bb761f 11.16 landed
- 0033fc63f5b2 12.11 landed
- c2551483e0f6 13.7 landed
- 7c38ef2a5d6c 15.0 landed
-
Assert in init_toast_snapshot() that some snapshot registered or active.
- 2776922201f7 15.0 landed
-
Rearrange libpq's error reporting to avoid duplicated error text.
- 618c16707a6d 15.0 cited