BUG #15940: json_populate_recordset fails with ERROR: record type has not been registered

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15940: json_populate_recordset fails with ERROR: record type has not been registered
Дата
Msg-id 15940-2ab76dc58ffb85b6@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15940: json_populate_recordset fails with ERROR: recordtype has not been registered  (mathi joshi <maithili.manurkar@gmail.com>)
Re: BUG #15940: json_populate_recordset fails with ERROR: recordtype has not been registered  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15940
Logged by:          Jaroslav Sivy
Email address:      yarexeray@gmail.com
PostgreSQL version: 11.2
Operating system:   freebsd
Description:

Following query works fine in previous freebsd versions

SELECT
    id_item          
FROM json_populate_recordset(null::record, '[{"id_item":776}]')
AS
(
    id_item int
);


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: BUG #15910: Valgrind-detected error in DecodeTimeOnly
Следующее
От: mathi joshi
Дата:
Сообщение: Re: BUG #15940: json_populate_recordset fails with ERROR: recordtype has not been registered