Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines - Mailing list pgsql-bugs

From pinker
Subject Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Date
Msg-id 1603055935703-0.post@n3.nabble.com
Whole thread Raw
In response to Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines  (pinker <pinker@onet.eu>)
Responses Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines  (pinker <pinker@onet.eu>)
List 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



pgsql-bugs by date:

Previous
From: pinker
Date:
Subject: Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Next
From: pinker
Date:
Subject: Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines