Re: BUG #17113: Assert failed on calling a function fixed after an extension reload

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: exclusion@gmail.com
Cc: pgsql-bugs@lists.postgresql.org
Date: 2021-07-19T14:49:28Z
Lists: pgsql-bugs
PG Bug reporting form <noreply@postgresql.org> writes:
> The following SQL snippet:
> ...
> leads to a failed assertion with the following stack:

Hmm ... it seems fine in v14 and HEAD, but I do see the crash in v13.
I have some errands to run, but will take a closer look later.

			regards, tom lane



Commits

  1. Fix corner-case uninitialized-variable issues in plpgsql.