Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines

pinker <pinker@onet.eu>

From: pinker <pinker@onet.eu>
To: pgsql-bugs@postgresql.org
Date: 2020-10-18T21:18:55Z
Lists: pgsql-bugs
the same function behaves totally differently on 12:

postgres=# \c test
psql (13.0, server 12.4)
You are now connected to database "test" as user "postgres".
test=# SELECT * FROM public.vacuum_dead_size(now());
ERROR:  return type mismatch in function declared to return record
DETAIL:  Final statement returns name instead of text at column 1.
CONTEXT:  SQL function "vacuum_dead_size" during startup

there is been no mismatch error on 13



--
Sent from: https://www.postgresql-archive.org/PostgreSQL-bugs-f2117394.html



Commits

  1. Fix list-munging bug that broke SQL function result coercions.