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
-
Fix corner-case uninitialized-variable issues in plpgsql.
- dffec69feea8 9.6.23 landed
- d9809bf8694c 15.0 landed
- 899564e010ab 14.0 landed
- 85189f54a15a 12.8 landed
- 7321d5c3ffc2 11.13 landed
- 4eac891b1a5f 10.18 landed
- 0fce76b99d21 13.4 landed