Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pinker <pinker@onet.eu>
Cc: pgsql-bugs@postgresql.org
Date: 2020-10-19T00:00:54Z
Lists: pgsql-bugs
Attachments
- sql-fn-coercion-crash.sql (text/plain)
pinker <pinker@onet.eu> writes: > cast to text those 2 columns helped: > sut.schemaname::TEXT, sut.relname::TEXT Yeah, I was just concluding that something is failing to handle the required implicit coercions from name to text. Haven't found where yet, though I'm betting 913bbd88d overlooked something. For the archives' sake, attached is an actual reproduction script, hopefully without the multiple whitespace problems in the previous messages. regards, tom lane
Commits
-
Fix list-munging bug that broke SQL function result coercions.
- 25378db74fd9 13.1 landed
- c8ab9701791e 14.0 landed