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

From: pinker <pinker(at)onet(dot)eu>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Date: 2020-10-18 21:18:55
Message-ID: 1603055935703-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message pinker 2020-10-18 21:25:44 Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Previous Message pinker 2020-10-18 20:49:50 Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines