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

Поиск
Список
Период
Сортировка
От pinker
Тема Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Дата
Msg-id 1603055935703-0.post@n3.nabble.com
обсуждение исходный текст
Ответ на Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines  (pinker <pinker@onet.eu>)
Ответы Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines  (pinker <pinker@onet.eu>)
Список 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 по дате отправления:

Предыдущее
От: pinker
Дата:
Сообщение: Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines
Следующее
От: pinker
Дата:
Сообщение: Re: Postgres 13 signal 11: Segmentation fault tested on 2 independent machines