On Tue, Nov 09, 2021 at 11:25:37AM -0500, Jonathan S. Katz wrote: > * Fix is when creating a new range type with `CREATE TYPE` that could cause > problems for later event triggers or subsequent executions of the `CREATE > TYPE` > command.
I don't know what "is when" means, but it seems wrong. > * Fix restoration of a Portal's snapshot inside a subtransaction, which could > lead to a crash. For example, this coul doccur in PL/pgSQL when a `COMMIT` is could occur -- Justin